Skip to content

Commit c9d8d82

Browse files
authored
try lowe setuptools and pip and tox to see if the CI works
1 parent 2cbf27c commit c9d8d82

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<58.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)