Skip to content

Commit

Permalink
Fix sdist build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 4, 2024
1 parent 006f979 commit d328c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Install build tools
run: |
python -m pip install --upgrade pip
pip install build setuptools_scm
pip install build numpy cython setuptools_scm
- name: Build the source distribution
run: |
Expand Down

0 comments on commit d328c26

Please sign in to comment.