Skip to content

Commit 5a78871

Browse files
authored
try lower setuptools and pip and tox versions to see if the CI works (#640)
* try lowe setuptools and pip and tox to see if the CI works * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml
1 parent 2cbf27c commit 5a78871

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 pip==23.1 tox
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)