We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e69e2b commit f278d2bCopy full SHA for f278d2b
.github/workflows/python-package-shared.yml
@@ -53,8 +53,8 @@ jobs:
53
LABELBOX_TEST_ENVIRON: ${{ inputs.test-env }}
54
working-directory: libs/labelbox
55
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
+ rye run pytest --ignore=tests/integration/test_data_rows.py --timeout=60 --rerun-except Timeout tests/integration
+ rye run pytest -p no:xdist --timeout=300 --rerun-except Timeout tests/integration/test_data_rows.py
58
unit-data:
59
runs-on: ubuntu-latest
60
steps:
0 commit comments