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 ab7d02d commit bad40cbCopy full SHA for bad40cb
.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 tox
+ - run: pip install pip==23.1 tox
48
- run: tox -v -- -v
49
env:
50
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
0 commit comments