Skip to content

Commit b545842

Browse files
committed
Update integration CI workflow
1 parent b4592d8 commit b545842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
if: false
6767
name: "Integration: ${{ matrix.os }} | pixi run -e ${{ matrix.pixi-environment }} tests-notebooks"
6868
runs-on: ${{ matrix.os }}-latest
69+
needs: [cache-pixi-lock]
6970
env:
7071
COVERAGE_REPORT: "${{ matrix.os }}_${{ matrix.pixi-environment }}_integration_test_report.html"
7172
strategy:

0 commit comments

Comments
 (0)