Skip to content

Commit 35c6027

Browse files
committed
try nox fork
1 parent 361f2a0 commit 35c6027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399

400400
- name: Install test dependencies
401401
shell: msys2 {0}
402-
run: python -m pip install --upgrade nox pip
402+
run: python -m pip install --upgrade pip 'nox @ git+https://github.com/davidhewitt/nox.git@mingw-fix'
403403

404404
- name: Create libpython symlink
405405
shell: msys2 {0}
@@ -409,7 +409,7 @@ jobs:
409409
410410
- name: Test examples
411411
shell: msys2 {0}
412-
run: PATH="$PATH:/c/Users/runneradmin/.cargo/bin" MSYSTEM= nox -s test-mingw
412+
run: PATH="$PATH:/c/Users/runneradmin/.cargo/bin" nox -s test-mingw
413413

414414
test-emscripten:
415415
name: Test Emscripten

0 commit comments

Comments
 (0)