Skip to content

Commit 5233cfb

Browse files
committed
Fix Poetry install command: replace --no-dev with --only=main
1 parent 0987db6 commit 5233cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Install dependencies with Poetry
118118
run: |
119-
poetry install --no-dev
119+
poetry install --only=main
120120
121121
- name: Verify environment markers worked correctly
122122
run: |

0 commit comments

Comments
 (0)