1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

activate venv before pytest

This commit is contained in:
Nick Sweeting
2020-07-28 07:30:00 -04:00
parent 78e1b8c15b
commit 43ed722a8d

View File

@@ -68,6 +68,7 @@ jobs:
- name: Test built package with pytest
run: |
source .venv/bin/activate
python -m pytest -s
docker-test: