Skip to content

Commit 824630c

Browse files
committed
mingw
1 parent f8b76bb commit 824630c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
mingw-w64-x86_64-gcc
3333
mingw-w64-x86_64-clang
3434
mingw-w64-x86_64-libc++
35-
mingw-w64-x86_64-python
36-
37-
- name: Install missing Python packages
38-
run: |
39-
python3 -m pip config set global.break-system-packages true
40-
python3 -m pip install pytest
35+
python
36+
python-pip
37+
python-pytest
4138
4239
- name: make simplecpp
4340
run: make -j$(nproc)

0 commit comments

Comments
 (0)