Skip to content

Commit

Permalink
kserve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 23, 2023
1 parent 246047a commit e75fcd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kserve_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# uses: actions/checkout@v3
- run: curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
- run: sudo install minikube-linux-amd64 /usr/local/bin/minikube
- run: echo $PATH
- run: export PATH=/usr/local/bin:$PATH
- run: echo $PATH
- run: minikube start
#- name: Setup minikube
# uses: medyagh/setup-minikube@latest
Expand Down

0 comments on commit e75fcd2

Please sign in to comment.