We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b76bb commit 824630cCopy full SHA for 824630c
1 file changed
.github/workflows/CI-mingw.yml
@@ -32,12 +32,9 @@ jobs:
32
mingw-w64-x86_64-gcc
33
mingw-w64-x86_64-clang
34
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
+ python
+ python-pip
+ python-pytest
41
42
- name: make simplecpp
43
run: make -j$(nproc)
0 commit comments