Skip to content

Commit

Permalink
Merge changes from Release 0.10.0 (#3028)
Browse files Browse the repository at this point in the history
* Pin python version in conda to 3.9

* Checkout TorchServe with submodules for KServe build
  • Loading branch information
agunapal authored Mar 19, 2024
1 parent 4849681 commit 13d092c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/official_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
update-conda: false
python-version: "3.9"
- name: Setup Anaconda
run: |
conda --version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/official_release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
architecture: x64
- name: Checkout TorchServe
uses: actions/checkout@v3
with:
submodules: recursive
- name: Login to Docker
env:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
Expand Down

0 comments on commit 13d092c

Please sign in to comment.