Skip to content

Commit 53fe30f

Browse files
committed
fix poetry dev
1 parent 5977b26 commit 53fe30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: poetry config virtualenvs.in-project true
3030

3131
- name: Install dependencies
32-
run: poetry install --no-root --dev
33-
32+
run: poetry install --no-root
33+
3434
- name: Type check with mypy
3535
run: poetry run mypy proxyproviders
3636

0 commit comments

Comments
 (0)