Skip to content

Commit ecfa46e

Browse files
committed
limit pip and setuptools as well
1 parent 655dd05 commit ecfa46e

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
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-python@v3
4040
with:
4141
python-version: ${{ matrix.python-version }}
42-
- run: pip install pip==23.0.1 tox
42+
- run: pip install "setuptools<57.0.0" "pip<23.0" tox
4343
- run: tox -v -- -v
4444
env:
4545
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}

0 commit comments

Comments
 (0)