Skip to content

Commit 13d092c

Browse files
authored
Merge changes from Release 0.10.0 (#3028)
* Pin python version in conda to 3.9 * Checkout TorchServe with submodules for KServe build
1 parent 4849681 commit 13d092c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/official_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- name: Setup Conda
1313
uses: s-weigand/setup-conda@v1
14+
with:
15+
activate-conda: true
16+
update-conda: false
17+
python-version: "3.9"
1418
- name: Setup Anaconda
1519
run: |
1620
conda --version

.github/workflows/official_release_docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
architecture: x64
3333
- name: Checkout TorchServe
3434
uses: actions/checkout@v3
35+
with:
36+
submodules: recursive
3537
- name: Login to Docker
3638
env:
3739
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}

0 commit comments

Comments
 (0)