Skip to content

Commit 020513d

Browse files
authored
[Nova] Adding conda windows build (#7551)
1 parent 912c44f commit 020513d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-conda-windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,20 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
3838
with:
39+
conda-package-directory: ${{ matrix.conda-package-directory }}
3940
repository: ${{ matrix.repository }}
4041
ref: ""
4142
test-infra-repository: pytorch/test-infra
4243
test-infra-ref: main
4344
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4445
pre-script: ${{ matrix.pre-script }}
45-
env-script: ${{ matrix.env-script }}
4646
post-script: ${{ matrix.post-script }}
4747
package-name: ${{ matrix.package-name }}
4848
smoke-test-script: ${{ matrix.smoke-test-script }}
4949
# Using "development" as trigger event so these binaries are not uploaded
5050
# to official channels yet
5151
trigger-event: development
5252
secrets:
53-
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
54-
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
53+
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}

0 commit comments

Comments
 (0)