Skip to content

Commit f6959c7

Browse files
Install package before running tests.
1 parent e534da3 commit f6959c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
pip install pytest pytest-cov coveralls
40+
pip install -e .
4041
4142
- name: Run tests with coverage
4243
run: |

0 commit comments

Comments
 (0)