Skip to content

Commit

Permalink
ci azure: exclude libtorch
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Dec 18, 2023
1 parent 5702db4 commit 9f7dafb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ stages:
vcpkgArguments: "tensorflow-lite[google-angle,gpu]"
vcpkgGitCommitId: $(vcpkg.commit)
condition: ne(variables['vcpkg.default.triplet'], 'x64-uwp')
- task: run-vcpkg@0
displayName: "libtorch"
inputs:
vcpkgArguments: "libtorch[opencv,leveldb,zstd]"
vcpkgGitCommitId: $(vcpkg.commit)
condition: eq(variables['vcpkg.default.triplet'], 'x64-windows')
- task: CopyFiles@2
displayName: "Copy logs in buildtrees"
inputs:
Expand Down

0 comments on commit 9f7dafb

Please sign in to comment.