Skip to content

Commit

Permalink
install just numpy for the sdist, otherwise we run in to hdf issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrammer committed May 18, 2021
1 parent 9c6b110 commit d09b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: create source distribution archive for pypi
run: |
python -m pip install -e .
python -m pip install numpy
python setup.py sdist -d wheelhouse
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d09b823

Please sign in to comment.