From 0b3305d78e78286ec17bf127c70febc7368e75cf Mon Sep 17 00:00:00 2001 From: zhangyang2057 Date: Thu, 21 Apr 2022 14:50:29 +0800 Subject: [PATCH] Remove --dist=load. --- .github/workflows/compiler-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml index d61fe2a407..e34af633b8 100644 --- a/.github/workflows/compiler-test.yml +++ b/.github/workflows/compiler-test.yml @@ -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