Skip to content

Commit

Permalink
try live nox
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 28, 2024
1 parent 6667dc2 commit 4993c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ jobs:
git
mingw-w64-${{ matrix.arch }}-python
mingw-w64-${{ matrix.arch }}-python-pip
mingw-w64-${{ matrix.arch }}-python-virtualenv
mingw-w64-${{ matrix.arch }}-openssl
mingw-w64-${{ matrix.arch }}-toolchain
Expand All @@ -399,7 +400,8 @@ jobs:

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

- name: Create libpython symlink
shell: msys2 {0}
Expand Down

0 comments on commit 4993c7c

Please sign in to comment.