mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
python -m pip install --upgrade tomli
This commit is contained in:
parent
e3bbe63fe6
commit
0cdbbc7b66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade tox tox-gh-actions
|
||||
python -m pip install --upgrade tomli tox tox-gh-actions
|
||||
python -m pip install --editable ".[testing]"
|
||||
|
||||
- name: Tox tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue