Skip to content

Commit

Permalink
Should've checked this some other way :)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinharms committed Mar 7, 2024
1 parent 4c76be1 commit ca87e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions -r requirements.txt
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
run: |
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ description = run the tests with djangos testrunner
#package = wheel
#wheel_build_env = .pkg
deps =
.[testing]
.
fakeredis
django3: Django>=3.2,<4
django4: Django>=4.2,<5
django5: Django>=5,<6
Expand Down

0 comments on commit ca87e8b

Please sign in to comment.