Skip to content

Commit

Permalink
update 2.2 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaliC committed Mar 18, 2024
1 parent e78f486 commit 12fb1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_conda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ concurrency:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
with:
package-type: conda
os: linux
test-infra-repository: pytorch/test-infra
test-infra-ref: release/2.2
test-infra-ref: release/2.3
build:
needs: generate-matrix
strategy:
Expand All @@ -36,13 +36,13 @@ jobs:
conda-package-directory: packaging/torchaudio
package-name: torchaudio
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.2
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.3
with:
conda-package-directory: packaging/torchaudio
repository: ${{ matrix.repository }}
ref: ""
test-infra-repository: pytorch/test-infra
test-infra-ref: release/2.2
test-infra-ref: release/2.3
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }}
Expand Down

0 comments on commit 12fb1df

Please sign in to comment.