Skip to content

Commit 19fd51f

Browse files
committed
add --break-system-packages to test requirements for mingw
Signed-off-by: Eric Reinecke <[email protected]>
1 parent dcac211 commit 19fd51f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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'
222218
uses: actions/[email protected]
223219
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 }}-*

0 commit comments

Comments
 (0)