Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Feb 5, 2025
1 parent f10f944 commit 3147818
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runs:
# For conda package host python version is irrelevant
export PYTHON_VERSION=3.13
export CONDA_EXTRA_PARAM=" python-freethreading -c conda-forge"
# Pin conda-solver for 3.13t build
# Pin conda and conda-libmamba-solver for 3.13t build
conda install conda==24.7.1 conda-libmamba-solver=24.1.0
fi
Expand All @@ -158,6 +158,5 @@ runs:
wheel=0.37 \
${CONDA_EXTRA_PARAM}
conda run -p ${CONDA_ENV} conda install -vv libwebp
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
8 changes: 4 additions & 4 deletions .github/workflows/test_build_wheels_linux_with_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
fail-fast: false
matrix:
include:
#- repository: pytorch/audio
# smoke-test-script: test/smoke_test/smoke_test.py
# package-name: torchaudio
- repository: pytorch/audio
smoke-test-script: test/smoke_test/smoke_test.py
package-name: torchaudio
- repository: pytorch/vision
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
Expand All @@ -47,7 +47,7 @@ jobs:
name: ${{ matrix.repository }}
with:
repository: ${{ matrix.repository }}
ref: test_python313t
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_build_wheels_windows_with_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
fail-fast: false
matrix:
include:
#- repository: pytorch/audio
# env-script: packaging/vc_env_helper.bat
# wheel-build-params: "--plat-name win_amd64"
# smoke-test-script: test/smoke_test/smoke_test.py
# package-name: torchaudio
- repository: pytorch/audio
env-script: packaging/vc_env_helper.bat
wheel-build-params: "--plat-name win_amd64"
smoke-test-script: test/smoke_test/smoke_test.py
package-name: torchaudio
- repository: pytorch/vision
pre-script: packaging/pre_build_script.sh
env-script: packaging/windows/internal/vc_env_helper.bat
Expand All @@ -45,7 +45,7 @@ jobs:
name: ${{ matrix.repository }}
with:
repository: ${{ matrix.repository }}
ref: test_python313t
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
Expand Down

0 comments on commit 3147818

Please sign in to comment.