File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -213,18 +213,14 @@ jobs:
213213 install : >-
214214 mingw-w64-x86_64-python
215215 mingw-w64-x86_64-python-pip
216- mingw-w64-x86_64-gcc
217- mingw-w64-x86_64-cmake
218- make
219- git
220216 - name : Set up Python ${{ matrix.python-version }}
221217 if : matrix.python-version != 'mingw64'
222218223219 with :
224220 python-version : ${{ matrix.python-version }}
225221 - name : Install python build dependencies
226222 run : |
227- python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest && python -m pip install -r tests/requirements.txt
223+ python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest && python -m pip install --upgrade --break-system-packages - r tests/requirements.txt
228224 - uses : actions/download-artifact@v5
229225 with :
230226 pattern : wheel-${{ matrix.os }}-*
You can’t perform that action at this time.
0 commit comments