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 540ac40 commit 6696698Copy full SHA for 6696698
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
test:
28
name: python${{ matrix.python-version }}-${{ matrix.platform.python-architecture }} ${{ matrix.platform.os }}
29
runs-on: ${{ matrix.platform.os }}
30
+ needs: [lint, check-msrv, linalg-example]
31
strategy:
32
max-parallel: 16
33
matrix:
0 commit comments