Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: pip install pip==23.1 tox
- run: pip install setuptools==57.0.0 pip==23.0 tox==3.5.2
- run: tox -v -- -v
env:
TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
Loading