mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
python -m pip install --editable ".[test]"
This commit is contained in:
parent
38bda60f52
commit
3a9e25177e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.pip-cache.outputs.dir }}
|
||||
key:
|
||||
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade "tox<4" "tox-gh-actions<3"
|
||||
python -m pip install --editable ".[test]"
|
||||
|
||||
- name: Tox tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue