Skip to content

Commit 35e9a89

Browse files
committed
Temporarily pin nox to workaround a bug in the latest version
1 parent ab6585c commit 35e9a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
16-
- run: pip install nox
16+
- run: pip install nox==2025.2.9
1717

1818
- run: nox -s generate
1919
- name: Check regenerated scripts vs what is generated by automation.

0 commit comments

Comments
 (0)