Skip to content

Commit f81d1e4

Browse files
committed
Fix CI install command
1 parent ae2b729 commit f81d1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: poetry check
3535

3636
- name: Install dependencies
37-
run: poetry install --with dev
37+
run: poetry install --extras=dev
3838

3939
- name: Run format and lint
4040
run: |

0 commit comments

Comments
 (0)