We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6585c commit 0d59a4cCopy full SHA for 0d59a4c
.github/workflows/check.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
16
- - run: pip install nox
+ - run: pip install nox!=2025.5.1
17
18
- run: nox -s generate
19
- name: Check regenerated scripts vs what is generated by automation.
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
# Install supported Python versions. Keep in sync with noxfile.py as
31
# much as possible, however, GitHub Actions eventually drops support
0 commit comments