Skip to content

Commit 431e32e

Browse files
committed
adjust versions
1 parent a5459d5 commit 431e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-python@v3
4343
with:
4444
python-version: ${{ matrix.python-version }}
45-
- run: pip install pip tox
45+
- run: pip install pip==23.0.1 tox
4646
- run: tox -v -- -v
4747
env:
4848
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}

0 commit comments

Comments
 (0)