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 5a63e5d commit 9e15070Copy full SHA for 9e15070
.github/workflows/test.yml
@@ -49,6 +49,7 @@ jobs:
49
test:
50
# Check each OS, all supported Python, minimum versions and latest releases
51
runs-on: ${{ matrix.os }}
52
+ needs: [build]
53
strategy:
54
matrix:
55
os: ['ubuntu-latest', 'macos-latest']
0 commit comments