CI: avoid installing deps on wrong python
This commit is contained in:
parent
e56dd2196b
commit
24a2b51a9a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip tox codecov
|
||||
tox --notest
|
||||
tox --notest -e coverage
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user