Skip to content

Commit 741a436

Browse files
committed
install the package itself
1 parent 0144607 commit 741a436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: install dependencies
3232
run: |
3333
python -m pip install -r requirements.txt
34+
python -m pip install .
3435
python -m pip install pytest
3536
- name: run tests
3637
run: |

0 commit comments

Comments
 (0)