Skip to content

Commit

Permalink
adding deps to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 17, 2024
1 parent 643b805 commit d082a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build twine
python -m pip install build twine numpy versioneer
- name: Build wheel
run: |
Expand Down

0 comments on commit d082a69

Please sign in to comment.