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 361f2a0 commit 35c6027Copy full SHA for 35c6027
.github/workflows/ci.yml
@@ -399,7 +399,7 @@ jobs:
399
400
- name: Install test dependencies
401
shell: msys2 {0}
402
- run: python -m pip install --upgrade nox pip
+ run: python -m pip install --upgrade pip 'nox @ git+https://github.com/davidhewitt/nox.git@mingw-fix'
403
404
- name: Create libpython symlink
405
@@ -409,7 +409,7 @@ jobs:
409
410
- name: Test examples
411
412
- run: PATH="$PATH:/c/Users/runneradmin/.cargo/bin" MSYSTEM= nox -s test-mingw
+ run: PATH="$PATH:/c/Users/runneradmin/.cargo/bin" nox -s test-mingw
413
414
test-emscripten:
415
name: Test Emscripten
0 commit comments