Skip to content

Commit bf1ea06

Browse files
committed
ci: newest nox broke noxfile
Eventually have to fix the noxfile
1 parent 0bdd04e commit bf1ea06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip nox
21+
python -m pip install --upgrade pip "nox<2022.8.7"
2222
nox -s install
2323
- name: Test with pytest
2424
run: |

0 commit comments

Comments
 (0)