Skip to content

Commit

Permalink
ci: require scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 7, 2024
1 parent b5857a4 commit eea8e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: setup
run: |
python -m pip install -U pip
python -m pip install build cmeel[build] hpp-fcl[build] 'cmeel-urdfdom[build] < 4'
python -m pip install build cmeel[build] hpp-fcl[build] 'cmeel-urdfdom[build] < 4' scipy
- name: build sdist
run: python -m build -nso dist .
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eea8e30

Please sign in to comment.