Skip to content

Commit

Permalink
[Validations] Set IS_M1_CONDA_BUILD_JOB for arm64 mac conda (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 13, 2024
1 parent 7e9234e commit a6eef67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate-macos-arm64-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
repository: "pytorch/builder"
ref: ${{ inputs.ref || github.ref }}
job-name: ${{ matrix.build_name }}
package-type: ${{ matrix.package_type }}
binary-matrix: ${{ toJSON(matrix) }}
script: |
set -ex
Expand All @@ -127,7 +126,7 @@ jobs:
export USE_EXTRA_INDEX_URL=${{ inputs.use-extra-index-url }}
export USE_VERSION_SET=${{ inputs.use-version-set }}
if [[ ${{ inputs.package-type }} == "conda" ]]; then
if [[ ${{ matrix.package_type }} == "conda" ]]; then
export IS_M1_CONDA_BUILD_JOB=1
fi
Expand Down

0 comments on commit a6eef67

Please sign in to comment.