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 724938d commit 186722bCopy full SHA for 186722b
.github/workflows/main.yaml
@@ -34,6 +34,9 @@ jobs:
34
run: |
35
# workaround for 3.12, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
36
pip install --upgrade setuptools
37
+ - name: Install nox
38
+ run: |
39
+ pip install nox==2025.05.01
40
- name: Lint with flake8
41
if: matrix.python-version == ${{ env.DEFAULT_PYTHON }}
42
0 commit comments