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 7f1a55f commit a02cf57Copy full SHA for a02cf57
.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==4.2.4
+ pip install tox==4.2.6
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