mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
activate venv before pytest
This commit is contained in:
parent
78e1b8c15b
commit
43ed722a8d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
|
||||
- name: Test built package with pytest
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
python -m pytest -s
|
||||
|
||||
docker-test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue