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 b12032b commit c277945Copy full SHA for c277945
.github/workflows/lbox-develop.yml
@@ -42,7 +42,10 @@ jobs:
42
strategy:
43
fail-fast: false
44
matrix:
45
- include: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
+ include: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
46
+ concurrency:
47
+ group: labelbox-python-${{ inputs.test-env }}-${{ inputs.python-version }}
48
+ cancel-in-progress: false
49
steps:
50
- uses: actions/checkout@v4
51
with:
@@ -60,9 +63,6 @@ jobs:
60
63
working-directory: libs/${{ matrix.package }}
61
64
run: rye run unit
62
65
- name: Integration
- concurrency:
- group: labelbox-python-${{ inputs.test-env }}-${{ inputs.python-version }}
- cancel-in-progress: false
66
67
env:
68
PYTEST_XDIST_AUTO_NUM_WORKERS: 20
0 commit comments