We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a721e4f commit df0f490Copy full SHA for df0f490
1 file changed
.github/workflows/pytest_unit.yml
@@ -26,7 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
python -m venv venv
28
source ./venv/bin/activate
29
- pip install -r requirements.txt
+ pip install .
30
31
- name: Run unit tests
32
run: PYTHONPATH=src ./venv/bin/python -m pytest ./tests/unit -v
0 commit comments