Skip to content

Commit 145767c

Browse files
committed
Another attempt at matrix fix
1 parent bef9816 commit 145767c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/wheel-windows-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
type: string
2323
default: "."
2424

25-
2625
jobs:
2726
compute-matrix:
2827
runs-on: ubuntu-latest
@@ -31,6 +30,8 @@ jobs:
3130
steps:
3231
- name: Compute Python Test Matrix
3332
id: compute-matrix
33+
env:
34+
MATRIX: ${{ inputs.matrix }}
3435
run: |
3536
set -eo pipefail
3637
MATRIX=$(yq -n -o json 'env(MATRIX)' | jq -c)

.github/workflows/wheel-windows-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Compute Python Test Matrix
3232
id: compute-matrix
33+
env:
34+
MATRIX: ${{ inputs.matrix }}
3335
run: |
3436
set -eo pipefail
3537
MATRIX=$(yq -n -o json 'env(MATRIX)' | jq -c)

0 commit comments

Comments
 (0)