Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jul 30, 2024
1 parent 671fef5 commit 6b528ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
set -euxo pipefail
# shellcheck disable=SC2086
${CONDA_RUN} conda install torch -c "pytorch-${CHANNEL}"
${CONDA_RUN} conda install pytorch -c "pytorch-${CHANNEL}"
- name: Build the conda (conda-build)
working-directory: ${{ inputs.repository }}
env:
Expand Down

0 comments on commit 6b528ca

Please sign in to comment.