We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_extras=''
1 parent 1be4ba1 commit 235fb0aCopy full SHA for 235fb0a
action.yml
@@ -60,6 +60,7 @@ runs:
60
shell: bash
61
run: |
62
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 != '' }}
64
65
- name: Test source distribution
66
0 commit comments