Skip to content

Commit

Permalink
Fallback workers
Browse files Browse the repository at this point in the history
  • Loading branch information
adimoldovan authored Jul 2, 2024
1 parent 58a5649 commit ffe9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Run tests
env:
WORKERS: ${{inputs.workers}}
WORKERS: ${{inputs.workers || '1'}}
run: python3 -m pipenv run pytest -n=${{env.WORKERS}}

0 comments on commit ffe9867

Please sign in to comment.