Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 29, 2023
1 parent 5e4586d commit 62cc8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
with:
fetch-depth: 0

- name: Install Gazebo Sim
- name: Install Gazebo Classic
if: matrix.python == '3.10' && contains(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install gazebo11
sudo apt-get install gazebo
- name: Run the Python tests
if: matrix.python == '3.10' && contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 62cc8ca

Please sign in to comment.