Skip to content

Commit 20fa9a1

Browse files
author
Adrian Chang
committed
paths
1 parent 2d0631d commit 20fa9a1

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
@@ -89,12 +89,12 @@ jobs:
8989
working-directory: libs/labelbox
9090
run: |
9191
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
9393
- name: Data Slow
9494
env:
9595
LABELBOX_TEST_API_KEY: ${{ secrets[inputs.api-key] }}
9696
DA_GCP_LABELBOX_API_KEY: ${{ secrets[inputs.da-test-key] }}
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 tests/data/**/*export*.py
100+
rye run pytest --timeout=300 --rerun-except Timeout --dist no tests/data/annotation_import tests/data/**/*export*.py

0 commit comments

Comments
 (0)