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 a5459d5 commit 431e32eCopy full SHA for 431e32e
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/setup-python@v3
43
with:
44
python-version: ${{ matrix.python-version }}
45
- - run: pip install pip tox
+ - run: pip install pip==23.0.1 tox
46
- run: tox -v -- -v
47
env:
48
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
0 commit comments