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 abe92d8 commit 85230fcCopy full SHA for 85230fc
.github/workflows/build-test-linux.yml
@@ -75,9 +75,8 @@ jobs:
75
smoke-test-script: ${{ matrix.smoke-test-script }}
76
trigger-event: ${{ github.event_name }}
77
architecture: "x86_64"
78
- setup-miniconda: false
79
- build-platform: "python-build-package"
80
- build-command: "python -m pip wheel --no-deps -w dist . --extra-index-url https://download.pytorch.org/whl/test/$WHEEL_DIR"
+ setup-miniconda: true
+ build-platform: "setup-py"
81
82
tests-py-torchscript-fe:
83
name: Test torchscript frontend [Python]
0 commit comments