We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655dd05 commit ecfa46eCopy full SHA for ecfa46e
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/setup-python@v3
40
with:
41
python-version: ${{ matrix.python-version }}
42
- - run: pip install pip==23.0.1 tox
+ - run: pip install "setuptools<57.0.0" "pip<23.0" tox
43
- run: tox -v -- -v
44
env:
45
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
0 commit comments