Skip to content

Commit 9172f3c

Browse files
authored
Update run_tests.yml
1 parent 2328eb1 commit 9172f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install requirements
2626
run: |
27-
python3 -m pip install -r requirements.txt
27+
python3 -m pip install .
2828
- name: Run test suite
2929
run: |
3030
python3 -m pytest

0 commit comments

Comments
 (0)