We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6667dc2 commit 4993c7cCopy full SHA for 4993c7c
.github/workflows/ci.yml
@@ -390,6 +390,7 @@ jobs:
390
git
391
mingw-w64-${{ matrix.arch }}-python
392
mingw-w64-${{ matrix.arch }}-python-pip
393
+ mingw-w64-${{ matrix.arch }}-python-virtualenv
394
mingw-w64-${{ matrix.arch }}-openssl
395
mingw-w64-${{ matrix.arch }}-toolchain
396
@@ -399,7 +400,8 @@ jobs:
399
400
401
- name: Install test dependencies
402
shell: msys2 {0}
- run: python -m pip install --upgrade pip 'nox @ git+https://github.com/davidhewitt/nox.git@mingw-fix'
403
+ # run: python -m pip install --upgrade pip 'nox @ git+https://github.com/davidhewitt/nox.git@mingw-fix'
404
+ run: python -m pip install --upgrade pip nox
405
406
- name: Create libpython symlink
407
0 commit comments