mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 19:28:38 +00:00
Update testing.yml
will be squashed away in the future
This commit is contained in:
parent
9993a81e51
commit
9df7604012
1 changed files with 4 additions and 1 deletions
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
|
@ -37,7 +37,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools
|
||||
python -m pip install -r requires/testing.txt .
|
||||
python -m pip install -r requires/testing.txt
|
||||
python -m pip install -e .
|
||||
- name: Dump packages
|
||||
run: python -m pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
coverage run -m unittest tests.py
|
||||
|
|
Loading…
Reference in a new issue