Skip to content

Commit

Permalink
Remove --dist=load.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed Apr 21, 2022
1 parent ab7cd2c commit 0b3305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
pytest -n 50 --dist=load tests/other --doctest-modules --junitxml=test_results/other.xml
pytest --dist=load tests/importer --doctest-modules --junitxml=test_results/importer.xml
pytest tests/importer --doctest-modules --junitxml=test_results/importer.xml
pytest -n 50 --dist=load tests/schedule --doctest-modules --junitxml=test_results/schedule.xml
pytest -n 50 --dist=load tests/graph_partition --doctest-modules --junitxml=test_results/graph_partition.xml
pytest -n 50 --dist=load tests/transform --doctest-modules --junitxml=test_results/transform.xml
Expand Down

0 comments on commit 0b3305d

Please sign in to comment.