86
86
repository : ${{ inputs.repository }}
87
87
ref : ${{ inputs.ref || github.ref }}
88
88
job-name : " linux-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
89
+ binary-matrix : ${{ toJSON(matrix) }}
89
90
script : |
90
91
set -ex
91
92
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -104,6 +105,7 @@ jobs:
104
105
repository : ${{ inputs.repository }}
105
106
ref : ${{ inputs.ref || github.ref }}
106
107
job-name : " windows-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
108
+ binary-matrix : ${{ toJSON(matrix) }}
107
109
script : |
108
110
set -ex
109
111
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -123,6 +125,7 @@ jobs:
123
125
repository : ${{ inputs.repository }}
124
126
ref : ${{ inputs.ref || github.ref }}
125
127
job-name : " macos-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
128
+ binary-matrix : ${{ toJSON(matrix) }}
126
129
script : |
127
130
set -ex
128
131
export ENV_NAME="conda-env-${{ github.run_id }}"
@@ -142,6 +145,7 @@ jobs:
142
145
repository : ${{ inputs.repository }}
143
146
ref : ${{ inputs.ref || github.ref }}
144
147
job-name : " macos-arm64-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
148
+ binary-matrix : ${{ toJSON(matrix) }}
145
149
script : |
146
150
set -ex
147
151
export ENV_NAME="conda-env-${{ github.run_id }}"
0 commit comments