Skip to content

Commit 45bc952

Browse files
committed
make test.yaml test job depend on linux job
The latter builds and caches CPython for the former to use, which is important because we don't currently support building CPython on Windows. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 9f07de8 commit 45bc952

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
test:
7171
name: Test
72+
needs: linux
7273
strategy:
7374
fail-fast: false
7475
matrix:

0 commit comments

Comments
 (0)