Skip to content

Commit 52bc8d7

Browse files
authored
use stable nox for mingw (#512)
1 parent 37b23d9 commit 52bc8d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,7 @@ jobs:
400400

401401
- name: Install test dependencies
402402
shell: msys2 {0}
403-
# TODO: use stable nox after the targeted commit is released
404-
run: python -m pip install --upgrade pip 'nox @ git+https://github.com/wntrblm/nox.git@60acbbe5574e4458931d96ac4733b91d0db1b50d'
403+
run: python -m pip install --upgrade pip nox
405404

406405
- name: Create libpython symlink
407406
shell: msys2 {0}

0 commit comments

Comments
 (0)