Skip to content

Commit bad40cb

Browse files
authored
Update ci.yml (#637)
1 parent ab7d02d commit bad40cb

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
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-python@v3
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
- run: pip install tox
47+
- run: pip install pip==23.1 tox
4848
- run: tox -v -- -v
4949
env:
5050
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}

0 commit comments

Comments
 (0)