Skip to content

Commit 902b721

Browse files
committed
Remove matrix definitions from called workflow job
1 parent 504c9ad commit 902b721

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/pytest_cpu_reuse.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ on:
77

88
jobs:
99
build_jaxlib_artifacts:
10-
strategy:
11-
matrix:
12-
runner: ["windows-x86-n2-64", "linux-x86-n2-64", "linux-arm64-t2a-48"]
13-
python: ["3.10"]
14-
exclude:
15-
# Only build the jaxlib artifact.
16-
- artifact: "jax"
17-
- artifact: "jax-cuda-plugin"
18-
- artifact: "jax-cuda-pjrt"
19-
2010
uses: ./.github/workflows/build_artifacts.yml
2111

2212
run_pytest:
@@ -29,6 +19,7 @@ jobs:
2919
strategy:
3020
matrix:
3121
runner: ["windows-x86-n2-64", "linux-x86-n2-64", "linux-arm64-t2a-48"]
22+
artifact: "jaxlib"
3223
python: ["3.10"]
3324

3425
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)