Skip to content

Commit

Permalink
build all extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 3, 2024
1 parent 0dfdd1f commit 95cba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras
shell: bash

0 comments on commit 95cba87

Please sign in to comment.