Skip to content

Commit 6ba01d2

Browse files
committed
test workflow now install requirementst.txt
1 parent 66ddd3c commit 6ba01d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
# Install the project in editable mode to pick up changes
28+
pip install -r requirements.txt
2829
pip install -e .
2930
# Install test dependencies, including pytest-cov for coverage
3031
pip install pytest typer numpy pytest-cov

0 commit comments

Comments
 (0)