Fix poetry arguments

pull/388/head
Wyatt Stanke 11 months ago
parent 32a8bc811f
commit f32d9d0e24
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -27,7 +27,7 @@ runs:
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --with test --with dev --all-extras
run: poetry install --no-interaction --no-root --all-extras
shell: bash
- name: Activate venv
run: |

Loading…
Cancel
Save