Skip to content

Commit bd06b45

Browse files
committed
ci
1 parent 3bb8b22 commit bd06b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-module.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
cd python
8585
export PATH=$PATH:$HOME/.cargo/bin
86-
pip install wheel
86+
pip install wheel setuptools
8787
python setup.py bdist_wheel -p macosx-10.9-universal2
8888
pip install dist/*.whl
8989
- name: Test
@@ -117,7 +117,7 @@ jobs:
117117
- name: Build
118118
run: |
119119
cd python
120-
pip install wheel
120+
pip install wheel setuptools
121121
python setup.py bdist_wheel -p $(python -c "import distutils.util; print(distutils.util.get_platform())")
122122
pip install dist/*.whl
123123
- name: Test

0 commit comments

Comments
 (0)