File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
run : rustup target add aarch64-apple-darwin
95
95
96
96
- name : Install test dependencies
97
- run : pip install --upgrade tox setuptools
97
+ run : pip install --upgrade tox
98
98
99
99
- name : Install wheel (workaround python 3.10 CI issue)
100
100
if : matrix.python-version == '3.10-dev'
@@ -170,7 +170,7 @@ jobs:
170
170
run : |
171
171
cd examples/rust_with_cffi/
172
172
python --version
173
- pip install -U wheel setuptools
173
+ pip install -U wheel
174
174
python setup.py bdist_wheel --py-limited-api=cp39
175
175
ls -la dist/
176
176
env :
@@ -188,7 +188,7 @@ jobs:
188
188
shell : bash
189
189
run : |
190
190
cd examples/
191
- pip install -U wheel setuptools
191
+ pip install -U wheel
192
192
python --version
193
193
pip install rust_with_cffi/dist/rust_with_cffi*.whl
194
194
python -c "from rust_with_cffi import rust; assert rust.rust_func() == 14"
You can’t perform that action at this time.
0 commit comments