Skip to content

Commit

Permalink
test without computed_torque_fixed_base
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 25, 2024
1 parent 335867b commit 8db0d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:

- name: '[🐍|scenario] Python Tests'
shell: bash -i -e {0}
run: pytest -m "scenario"
run: pytest -m "scenario" -k "not computed_torque_fixed_base"

- name: '[🚨|scenario] Python Tests with Valgrind'
shell: bash -i -e {0}
Expand Down

0 comments on commit 8db0d71

Please sign in to comment.