fix yaml error2

This commit is contained in:
Nick Sweeting 2020-07-28 07:32:23 -04:00
parent 13188c0ead
commit 7503578282

View file

@ -60,9 +60,9 @@ jobs:
${{ runner.os }}-${{ matrix.python }}-venv-
- name: Create virtualenv
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
python3 -m venv .venv
if: steps.cache-venv.outputs.cache-hit != 'true'
- name: Install dependencies
run: |