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.
2 parents cb1a9e2 + d535b37 commit a83edfdCopy full SHA for a83edfd
.github/workflows/style.yaml
@@ -22,6 +22,6 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install tox
+ pip install tox==4.2.4
26
- name: Test with tox
27
run: tox -e ${{ matrix.environment }}
.github/workflows/tests.yaml
@@ -24,6 +24,6 @@ jobs:
28
29
0 commit comments