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 2cbf27c commit 5a78871Copy full SHA for 5a78871
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/setup-python@v3
45
with:
46
python-version: ${{ matrix.python-version }}
47
- - run: pip install pip==23.1 tox
+ - run: pip install setuptools==56.0.0 pip==23.0 tox==3.5.2
48
- run: tox -v -- -v
49
env:
50
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
0 commit comments