Split dependency installation step in Actions
This commit is contained in:
parent
61de170a79
commit
88ef4f4921
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -35,10 +35,11 @@ jobs:
|
||||
key: pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'tox.ini') }}
|
||||
restore-keys: pip-${{ matrix.python-version }}-
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install tox
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pip install tox
|
||||
tox
|
||||
run: tox
|
||||
|
||||
- name: Code coverage upload
|
||||
uses: codecov/codecov-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user