File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Install dependencies
4343 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
44- run : poetry install --no-interaction --no-root
44+ run : poetry install --no-interaction --with dev -- no-root
4545
4646 - name : Install project
4747 run : poetry install --no-interaction
Original file line number Diff line number Diff line change 4343
4444 - name : Install dependencies
4545 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
46- run : poetry install --no-interaction --no-root
46+ run : poetry install --no-interaction --with dev -- no-root
4747
4848 - name : Install project
4949 run : poetry install --no-interaction
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ poetry version $VERSION
9898
9999# Ensure local venv is updated with new version
100100log_info " Re-installing package in local poetry environment..."
101- poetry install
101+ poetry install --with dev
102102
103103# Update version info in __init__.py if needed
104104# This ensures the version is available at runtime
You can’t perform that action at this time.
0 commit comments