File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ jobs:
183
183
python${{ matrix.python }},
184
184
python${{ matrix.python }}-devel,
185
185
python${{ matrix.python }}-pip,
186
- python${{ matrix.python }}-tox,
187
186
gcc-core,
188
187
git,
189
188
- name : Record the currently selected Python version
@@ -194,11 +193,11 @@ jobs:
194
193
run : |
195
194
python -c 'import platform; print("python-version=" + platform.python_version())' >> ${GITHUB_OUTPUT}
196
195
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
197
- - name : Install missing dependencies
196
+ - name : Install tox using pip
198
197
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
199
198
run : |
200
199
# Workaround for https://github.com/pypa/setuptools/issues/4831
201
- python -m pip check | sed -rn 's/.*requires ([^,]+),.*/\1/p' | xargs python -m pip install
200
+ python -m pip install tox
202
201
- name : Run tests
203
202
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
204
203
run : |
You can’t perform that action at this time.
0 commit comments