We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5b2ea commit ca0aa5eCopy full SHA for ca0aa5e
1 file changed
.github/workflows/wheel-builder.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
python -m pip install --upgrade pip
49
- pip install build oldest-supported-numpy cython==0.29.28
+ pip install setuptools oldest-supported-numpy cython==0.29.28
50
51
- name: Build package
52
0 commit comments