We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ebf1a commit ff14970Copy full SHA for ff14970
.github/actions/python-setup/action.yml
@@ -27,5 +27,5 @@ runs:
27
- name: Install requirements
28
shell: bash
29
run: |
30
- poetry install --no-interaction --no-root
+ poetry install --no-interaction --no-root --with dev,linux
31
0 commit comments