Skip to content

Commit 4993c7c

Browse files
committed
try live nox
1 parent 6667dc2 commit 4993c7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ jobs:
390390
git
391391
mingw-w64-${{ matrix.arch }}-python
392392
mingw-w64-${{ matrix.arch }}-python-pip
393+
mingw-w64-${{ matrix.arch }}-python-virtualenv
393394
mingw-w64-${{ matrix.arch }}-openssl
394395
mingw-w64-${{ matrix.arch }}-toolchain
395396
@@ -399,7 +400,8 @@ jobs:
399400

400401
- name: Install test dependencies
401402
shell: msys2 {0}
402-
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
403405

404406
- name: Create libpython symlink
405407
shell: msys2 {0}

0 commit comments

Comments
 (0)