Skip to content

Commit c9c3a8f

Browse files
committed
ci: Fix derp
1 parent 8a98b60 commit c9c3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: poetry lock --check
8585

8686
- name: Install dependencies
87-
run: poetry install --with github-actions test
87+
run: poetry install --with github-actions,test
8888

8989
- name: Run pytest
9090
env:

0 commit comments

Comments
 (0)