We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc524a commit 810d447Copy full SHA for 810d447
.github/workflows/test_suite_linux.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Extract Webots
106
run: tar xjf artifact/webots-*-x86-64*.tar.bz2 -C artifact
107
- name: Install Webots Dependencies
108
- run: sudo scripts/install/linux_test_dependencies.sh --exclude-ros
+ run: sudo scripts/install/linux_test_dependencies.sh
109
- name: Set up Python 3.9
110
uses: actions/setup-python@v4
111
with:
0 commit comments