We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172c7aa commit 46f45ceCopy full SHA for 46f45ce
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Query Python executable
37
run: which python
38
- name: Install dependencies
39
- run: python -m pip install h5py matplotlib numpy pytest scipy wheel
+ run: python -m pip install h5py matplotlib numpy pytest scipy setuptools wheel
40
- name: Build Python Wheel
41
run: python setup.py bdist_wheel
42
- name: Install Python Wheel
0 commit comments