Skip to content

Commit

Permalink
[ci] Fixes nightly build for onnx 1.17.1 (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Mar 5, 2024
1 parent ff3978c commit 063fb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ jobs:
run: |
./gradlew :integration:test "-Dai.djl.default_engine=PyTorch"
./gradlew :integration:clean
./gradlew :integration:test "-Dai.djl.default_engine=OnnxRuntime"
./gradlew :integration:clean
# OnnxRuntime 1.17.1 requires GLIBC 2.27
# ./gradlew :integration:test "-Dai.djl.default_engine=OnnxRuntime"
# ./gradlew :integration:clean
test-cuda-121:
if: github.repository == 'deepjavalibrary/djl'
Expand Down

0 comments on commit 063fb8d

Please sign in to comment.