File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
os : linux
48
48
channel : ${{ inputs.channel }}
49
49
generate-release-matrix :
50
- needs : generate-release -matrix
50
+ needs : generate-linux -matrix
51
51
uses : pytorch/test-infra/.github/workflows/generate_release_matrix.yml@main
52
52
with :
53
53
version : ${{ fromJson(needs.generate-linux-matrix.outputs.matrix).stable_version }}
54
54
55
55
linux :
56
- needs : generate-linux-matrix. generate-release-matrix
56
+ needs : [ generate-linux-matrix, generate-release-matrix]
57
57
strategy :
58
58
matrix : ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
59
59
fail-fast : false
65
65
ref : ${{ inputs.ref || github.ref }}
66
66
job-name : ${{ matrix.build_name }}
67
67
binary-matrix : ${{ toJSON(matrix) }}
68
+ release-matrix : needs.generate-release-matrix.outputs.matrix }}
68
69
script : |
69
70
set -ex
70
71
export ENV_NAME="conda-env-${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments