Skip to content

Commit ff14970

Browse files
authored
Update action.yml
1 parent d9ebf1a commit ff14970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ runs:
2727
- name: Install requirements
2828
shell: bash
2929
run: |
30-
poetry install --no-interaction --no-root
30+
poetry install --no-interaction --no-root --with dev,linux
3131

0 commit comments

Comments
 (0)