Skip to content

Commit 9ce3466

Browse files
author
Adrian Chang
committed
segment export
1 parent 599c471 commit 9ce3466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
8989
working-directory: libs/labelbox
9090
run: |
91-
rye run pytest --ignore=tests/data/annotation_import --timeout=120 --rerun-except Timeout tests/data
91+
rye run pytest --ignore=tests/data/annotation_import --ignore=tests/**/*export*.py --timeout=120 --rerun-except Timeout tests/data
9292
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import
9393
- name: Data Slow
9494
env:
@@ -97,4 +97,4 @@ jobs:
9797
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
9898
working-directory: libs/labelbox
9999
run: |
100-
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import
100+
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/data/annotation_import tests/**/*export*.py

0 commit comments

Comments
 (0)