Commit 620f604
committed
fix: correct poetry install command in CI
Fixed poetry install command to properly handle dependency groups
and extras. Changed from '--with dev,docs,api' to '--with dev,docs --extras api'
since 'api' is defined as an extra, not a dependency group.1 parent 92a27b6 commit 620f604
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments