Skip to content

Commit 670eff6

Browse files
committed
Put option in the right place...
1 parent e9cfdff commit 670eff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
extra_args: --hook-stage manual --all-files
2525
- name: Run Tests
2626
run: |
27-
pip install poetry --with dev
28-
poetry install
27+
pip install poetry
28+
poetry install --with dev
2929
pytest .

0 commit comments

Comments
 (0)