Skip to content

Commit 235fb0a

Browse files
committed
BUG: fix invalid parsing for default test_extras=''
1 parent 1be4ba1 commit 235fb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ runs:
6060
shell: bash
6161
run: |
6262
echo "group_flags=$( python -c "print(' '.join(f'--group {g.strip()}' for g in '${{ inputs.test_groups }}'.split(',')))" ) " >> "$GITHUB_ENV"
63+
if: ${{ inputs.test_groups != '' }}
6364

6465
- name: Test source distribution
6566
shell: bash

0 commit comments

Comments
 (0)