Skip to content

Commit

Permalink
ci: try to avoid race condition in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Mar 8, 2024
1 parent a87865e commit e4e0f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
timeout-minutes: 15
run: |
source venv/bin/activate
# avoid a race condition by ensuring that file exists
mkdir -p working-dir
pytest -n auto test.py
test-benchmarks:
Expand Down

0 comments on commit e4e0f81

Please sign in to comment.