Skip to content

Commit 46f45ce

Browse files
committed
Install setuptools in CI
1 parent 172c7aa commit 46f45ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Query Python executable
3737
run: which python
3838
- name: Install dependencies
39-
run: python -m pip install h5py matplotlib numpy pytest scipy wheel
39+
run: python -m pip install h5py matplotlib numpy pytest scipy setuptools wheel
4040
- name: Build Python Wheel
4141
run: python setup.py bdist_wheel
4242
- name: Install Python Wheel

0 commit comments

Comments
 (0)