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 bef9816 commit 145767cCopy full SHA for 145767c
.github/workflows/wheel-windows-build.yaml
@@ -22,7 +22,6 @@ on:
22
type: string
23
default: "."
24
25
-
26
jobs:
27
compute-matrix:
28
runs-on: ubuntu-latest
@@ -31,6 +30,8 @@ jobs:
31
30
steps:
32
- name: Compute Python Test Matrix
33
id: compute-matrix
+ env:
34
+ MATRIX: ${{ inputs.matrix }}
35
run: |
36
set -eo pipefail
37
MATRIX=$(yq -n -o json 'env(MATRIX)' | jq -c)
.github/workflows/wheel-windows-tests.yaml
@@ -30,6 +30,8 @@ jobs:
0 commit comments