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.
1 parent d47b05a commit 93426a8Copy full SHA for 93426a8
.github/workflows/test_action.yml
@@ -43,4 +43,4 @@ jobs:
43
with:
44
pure_python_wheel: true
45
test_extras: recommended
46
- test_command: ''
+ test_command: python -c 'import test_package'
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