We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598f4e0 commit e0b54afCopy full SHA for e0b54af
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
python-version: 3.11
36
- name: Install dependencies
37
run: |
38
- python3.8 -m pip install nox
+ python3.11 -m pip install nox
39
- name: Lint the code
40
run: nox -s lint
41
0 commit comments