Skip to content

Commit 62454a2

Browse files
committed
sync
1 parent ff14970 commit 62454a2

File tree

3 files changed

+318
-12
lines changed

3 files changed

+318
-12
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 --with dev,linux
30+
poetry install --no-interaction --no-root --with=dev,linux
3131

0 commit comments

Comments
 (0)