Skip to content

Commit

Permalink
Revert "CI: Run tests in parallel by invoking pytest on GHA with xdist"
Browse files Browse the repository at this point in the history
This reverts commit 044a8d2.

It is too early. Some components are apparently not thread-safe yet.
  • Loading branch information
amotl committed Apr 25, 2021
1 parent e477c28 commit cc3c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -63,4 +63,4 @@ jobs:
# #if: steps.poetry-cache-flag.outputs.cache-hit != 'true'

- name: Test
run: poetry run poe test-parallel
run: poetry run poe test

0 comments on commit cc3c6f0

Please sign in to comment.