Skip to content

Commit 7e8836b

Browse files
committed
Reviewer error: need build-matrix for unit test
1 parent af7db3d commit 7e8836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
Tests:
180180
name: Unit-Tests (Python-${{ matrix.python-version }})
181-
needs: [ Build-Packages ]
181+
needs: [ Build-Packages, build-matrix ]
182182
runs-on: ubuntu-24.04
183183
permissions:
184184
contents: read

0 commit comments

Comments
 (0)