Skip to content

Commit

Permalink
ci: try onnxruntime[openvino] in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Feb 15, 2024
1 parent 59e3089 commit c3bfecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
Pop-Location
- restore_cache:
keys:
- v2407-windows-{{ .Branch }}
- v2407-windows-{{ checksum ".circleci/config.yml" }}
- v2407-windows-{{ .Branch }}
- v2407-windows-main
- run:
name: "Install: port-windows.txt"
Expand Down Expand Up @@ -111,8 +111,9 @@ jobs:
pwd
- restore_cache:
keys:
- v2407-linux-{{ .Branch }}
- v2407-linux-{{ checksum ".circleci/config.yml" }}
- v2407-linux-{{ .Branch }}
- v2407-linux-main
- run:
name: "Install APT packages"
command: |
Expand Down
7 changes: 1 addition & 6 deletions .circleci/port-linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
protobuf
grpc[codegen]
flatbuffers
abseil
gtest
benchmark
onnxruntime[openvino]

0 comments on commit c3bfecb

Please sign in to comment.