CI: avoid installing deps on wrong python

This commit is contained in:
Brian Warner 2021-01-09 17:35:34 -08:00
parent e56dd2196b
commit 24a2b51a9a

View File

@ -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: |