diff --git a/.github/workflows/build_wheels_windows.yml b/.github/workflows/build_wheels_windows.yml index b3c5a41ef5..baf49e96df 100644 --- a/.github/workflows/build_wheels_windows.yml +++ b/.github/workflows/build_wheels_windows.yml @@ -164,7 +164,7 @@ jobs: run: | source "${BUILD_ENV_FILE}" # shellcheck disable=SC2086 - ${CONDA_RUN} ${PIP_INSTALL_TORCH} + ${CONDA_RUN} pip install https://download.pytorch.org/whl/test/windows/torch-2.8.0%2Bcpu-cp39-cp39-win_amd64.whl - name: Run Pre-Script with Caching if: ${{ inputs.pre-script != '' && inputs.architecture == 'x64' }} uses: ./test-infra/.github/actions/run-script-with-cache @@ -347,4 +347,4 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }} - cancel-in-progress: true \ No newline at end of file + cancel-in-progress: true