File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,19 @@ jobs:
112
112
python${{ matrix.python }},
113
113
python${{ matrix.python }}-devel,
114
114
python${{ matrix.python }}-pytest,
115
- python${{ matrix.python }}-tox ,
115
+ python${{ matrix.python }}-pip ,
116
116
gcc-core,
117
117
gcc-g++,
118
118
ncompress
119
119
git
120
+ - name : Install tox using pip
121
+ shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
122
+ run : |
123
+ # Workaround for https://github.com/pypa/setuptools/issues/4831
124
+ python -m pip install tox
120
125
- name : Run tests
121
126
shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
122
- run : tox
127
+ run : python -m tox
123
128
124
129
test_msys2_mingw :
125
130
strategy :
You can’t perform that action at this time.
0 commit comments