Skip to content

Commit

Permalink
remove parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Jan 9, 2025
1 parent 6bc06ea commit a874c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Run the automated tests
run: |
python --version
poetry run pytest -n auto -s -v --log-cli-level=INFO
poetry run pytest -s -v --log-cli-level=INFO
all-tests-passed:
# This allows us to have a branch protection rule for tests and deploys with matrix
Expand Down

0 comments on commit a874c13

Please sign in to comment.