mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
activate venv before pytest
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -68,6 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test built package with pytest
|
- name: Test built package with pytest
|
||||||
run: |
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
python -m pytest -s
|
python -m pytest -s
|
||||||
|
|
||||||
docker-test:
|
docker-test:
|
||||||
|
Reference in New Issue
Block a user