Skip to content

Commit 93426a8

Browse files
committed
fixup! fixup! TST: add a job without dependency groups
1 parent d47b05a commit 93426a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
pure_python_wheel: true
4545
test_extras: recommended
46-
test_command: ''
46+
test_command: python -c 'import test_package'

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)