1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02: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