Skip to content

Commit f278d2b

Browse files
author
Adrian Chang
committed
integration tests
1 parent 0e69e2b commit f278d2b

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
@@ -53,8 +53,8 @@ jobs:
5353
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
5454
working-directory: libs/labelbox
5555
run: |
56-
rye run --ignore=tests/integration/test_data_rows.py --timeout=60 --rerun-except Timeout tests/integration
57-
rye run -p no:xdist --timeout=300 --rerun-except Timeout tests/integration/test_data_rows.py
56+
rye run pytest --ignore=tests/integration/test_data_rows.py --timeout=60 --rerun-except Timeout tests/integration
57+
rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/integration/test_data_rows.py
5858
unit-data:
5959
runs-on: ubuntu-latest
6060
steps:

0 commit comments

Comments
 (0)