1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

fix yaml error

This commit is contained in:
Nick Sweeting 2020-07-28 07:31:39 -04:00
parent f30176a765
commit 13188c0ead

View file

@ -65,6 +65,7 @@ jobs:
if: steps.cache-venv.outputs.cache-hit != 'true'
- name: Install dependencies
run: |
source .venv/bin/activate
python -m pip install .
python -m pip install pytest bottle