Skip to content

Commit 52c5de9

Browse files
committed
with -> extras
1 parent c022c83 commit 52c5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Setup Virtual Environment
3838
python3 -m venv ./.venv
3939
source .venv/bin/activate
40-
poetry install --with dev
40+
poetry install --extras dev
4141
4242
- name: Check license
4343
run: |

0 commit comments

Comments
 (0)