File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ jobs:
89
89
working-directory : libs/labelbox
90
90
run : |
91
91
rye run pytest --ignore=tests/data/annotation_import --ignore-glob='tests/data/**/*export*.py' --timeout=120 --rerun-except Timeout tests/data
92
- rye run pytest -p no:xdist -- timeout=300 --rerun-except Timeout tests/data/annotation_import
92
+ rye run pytest -- timeout=300 --rerun-except Timeout --dist no tests/data/annotation_import
93
93
- name : Data Slow
94
94
env :
95
95
LABELBOX_TEST_API_KEY : ${{ secrets[inputs.api-key] }}
96
96
DA_GCP_LABELBOX_API_KEY : ${{ secrets[inputs.da-test-key] }}
97
97
LABELBOX_TEST_ENVIRON : ${{ inputs.test-env }}
98
98
working-directory : libs/labelbox
99
99
run : |
100
- rye run pytest -p no:xdist -- timeout=300 --rerun-except Timeout tests/data/annotation_import tests/data/**/*export*.py
100
+ rye run pytest -- timeout=300 --rerun-except Timeout --dist no tests/data/annotation_import tests/data/**/*export*.py
You can’t perform that action at this time.
0 commit comments