Skip to content

Commit 5a0a278

Browse files
authored
Update .github/workflows/ci.yml
1 parent f25e57e commit 5a0a278

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

0 commit comments

Comments
 (0)