Fix test workflow pytest invocation

This commit is contained in:
2024-11-09 13:43:13 -06:00
parent 818c3cb7bc
commit f08ab043e8

View File

@@ -35,6 +35,4 @@ jobs:
- name: Install library
run: cd backend && poetry install --no-interaction
- run: |
source $VENV
pytest --version
- run: cd backend && poetry run pytest