Skip to content

Commit

Permalink
add dependence in python-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Jul 21, 2024
1 parent ac78eda commit 0706a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install numpy
python -m pip install numpy setuptools
- name: Build sdist
run: |
python setup.py sdist
Expand Down

0 comments on commit 0706a33

Please sign in to comment.