Skip to content

Commit a5459d5

Browse files
committed
adjust versions
1 parent 9a048d7 commit a5459d5

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 setuptools==56.0.0 pip==23.0 tox==3.5.2
45+
- run: pip install pip tox
4646
- run: tox -v -- -v
4747
env:
4848
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}

0 commit comments

Comments
 (0)