Skip to content

Commit 420a33b

Browse files
committed
Fix validation domain library
remove ref main fix workflow more refactor
1 parent cd499c7 commit 420a33b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-domain-library.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
repository: ${{ inputs.repository }}
8787
ref: ${{ inputs.ref || github.ref }}
8888
job-name: "linux-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
89+
binary-matrix: ${{ toJSON(matrix) }}
8990
script: |
9091
set -ex
9192
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -104,6 +105,7 @@ jobs:
104105
repository: ${{ inputs.repository }}
105106
ref: ${{ inputs.ref || github.ref }}
106107
job-name: "windows-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
108+
binary-matrix: ${{ toJSON(matrix) }}
107109
script: |
108110
set -ex
109111
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -123,6 +125,7 @@ jobs:
123125
repository: ${{ inputs.repository }}
124126
ref: ${{ inputs.ref || github.ref }}
125127
job-name: "macos-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
128+
binary-matrix: ${{ toJSON(matrix) }}
126129
script: |
127130
set -ex
128131
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -142,6 +145,7 @@ jobs:
142145
repository: ${{ inputs.repository }}
143146
ref: ${{ inputs.ref || github.ref }}
144147
job-name: "macos-arm64-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
148+
binary-matrix: ${{ toJSON(matrix) }}
145149
script: |
146150
set -ex
147151
export ENV_NAME="conda-env-${{ github.run_id }}"

0 commit comments

Comments
 (0)