Skip to content

Commit

Permalink
[sq]
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 5, 2024
1 parent 250bb0e commit a6e9872
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@ jobs:
- name: Import the package
run: python -c "import jaxsim"

- name: Install Gazebo Classic
if: |
contains(matrix.os, 'ubuntu') &&
steps.changes.outputs.src_and_tests == 'true'
run: |
sudo apt-get update
sudo apt-get install gazebo
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -109,6 +101,15 @@ jobs:
- *src
- *tests
- name: Install Gazebo Classic
if: |
contains(matrix.os, 'ubuntu') &&
(github.event_name != 'pull_request' ||
steps.changes.outputs.src_and_tests == 'true')
run: |
sudo apt-get update
sudo apt-get install gazebo
- name: Run the Python tests
if: |
contains(matrix.os, 'ubuntu') &&
Expand Down

0 comments on commit a6e9872

Please sign in to comment.