Skip to content

Commit ffe9867

Browse files
authored
Fallback workers
1 parent 58a5649 commit ffe9867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
3636
- name: Run tests
3737
env:
38-
WORKERS: ${{inputs.workers}}
38+
WORKERS: ${{inputs.workers || '1'}}
3939
run: python3 -m pipenv run pytest -n=${{env.WORKERS}}

0 commit comments

Comments
 (0)