Skip to content

Commit 186722b

Browse files
committed
Install nox after setuptools
This fixes GitHub Action workflows. Fixes: 9f74d15 ("Use `nox` instead of `tox`") Signed-off-by: Enji Cooper <[email protected]>
1 parent 724938d commit 186722b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: |
3535
# workaround for 3.12, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
3636
pip install --upgrade setuptools
37+
- name: Install nox
38+
run: |
39+
pip install nox==2025.05.01
3740
- name: Lint with flake8
3841
if: matrix.python-version == ${{ env.DEFAULT_PYTHON }}
3942
run: |

0 commit comments

Comments
 (0)