Skip to content

Commit 652f3d8

Browse files
committed
Install package itself for tests
1 parent 73f48e9 commit 652f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python3 -m pip install --upgrade pip
35-
python3 -m pip install pytest
35+
python3 -m pip install "." pytest
3636
3737
- name: Test with pytest
3838
run: |

0 commit comments

Comments
 (0)