Skip to content

Commit df0f490

Browse files
committed
fix(ci): fix script to not rely on requirements.txt
1 parent a721e4f commit df0f490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
python -m venv venv
2828
source ./venv/bin/activate
29-
pip install -r requirements.txt
29+
pip install .
3030
3131
- name: Run unit tests
3232
run: PYTHONPATH=src ./venv/bin/python -m pytest ./tests/unit -v

0 commit comments

Comments
 (0)