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 2b30255 commit 17130e3Copy full SHA for 17130e3
.github/workflows/ci-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Upgrade setuptools and install tox
58
run: |
59
pip install -U pip setuptools wheel
60
- pip install tox tox-gh-actions
+ pip install 'tox<4' tox-gh-actions
61
62
- name: MyPy cache
63
if: ${{ matrix.step == 'mypy' }}
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
- if: ${{ matrix.step == 'pydocstyle' && github.event_name == 'pull_request'}}
114
name: Create local branch for diff-quality for PRs
0 commit comments