mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 09:55:10 -04:00
fix yaml error
This commit is contained in:
parent
f30176a765
commit
13188c0ead
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
||||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python -m pip install .
|
python -m pip install .
|
||||||
python -m pip install pytest bottle
|
python -m pip install pytest bottle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue