We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb339c commit aacbfa2Copy full SHA for aacbfa2
.github/workflows/build-conda-linux.yml
@@ -25,7 +25,7 @@ jobs:
25
pre-script: ""
26
post-script: ""
27
conda-package-directory: packaging/torchvision
28
- # TODO: Add smoke-test script once it's ready.
+ smoke-test-script: test/smoke_test.py
29
package-name: torchvision
30
name: ${{ matrix.repository }}
31
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
0 commit comments