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 cbb05d7 commit 1508f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install wheel
shell: bash
run: pip install dist/*.whl[all]
run: pip install 'dist/*.whl[all]'

- name: Import the package
run: python -c "import jaxsim"
Expand Down

0 comments on commit 1508f97

Please sign in to comment.