Skip to content

Commit 85230fc

Browse files
authored
Update build-test-linux.yml
1 parent abe92d8 commit 85230fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-test-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ jobs:
7575
smoke-test-script: ${{ matrix.smoke-test-script }}
7676
trigger-event: ${{ github.event_name }}
7777
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"
78+
setup-miniconda: true
79+
build-platform: "setup-py"
8180

8281
tests-py-torchscript-fe:
8382
name: Test torchscript frontend [Python]

0 commit comments

Comments
 (0)