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 88
88
LABELBOX_TEST_ENVIRON : ${{ inputs.test-env }}
89
89
working-directory : libs/labelbox
90
90
run : |
91
- rye run pytest --ignore=tests/data/annotation_import --ignore=tests/**/*export*.py --timeout=120 --rerun-except Timeout tests/data
91
+ rye run pytest --ignore=tests/data/annotation_import --ignore=tests/data/ **/*export*.py --timeout=120 --rerun-except Timeout tests/data
92
92
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import
93
93
- name : Data Slow
94
94
env :
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/**/*export*.py
100
+ rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import tests/data/ **/*export*.py
You can’t perform that action at this time.
0 commit comments