We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4849681 commit 13d092cCopy full SHA for 13d092c
.github/workflows/official_release.yml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- name: Setup Conda
13
uses: s-weigand/setup-conda@v1
14
+ with:
15
+ activate-conda: true
16
+ update-conda: false
17
+ python-version: "3.9"
18
- name: Setup Anaconda
19
run: |
20
conda --version
.github/workflows/official_release_docker.yml
@@ -32,6 +32,8 @@ jobs:
32
architecture: x64
33
- name: Checkout TorchServe
34
uses: actions/checkout@v3
35
36
+ submodules: recursive
37
- name: Login to Docker
38
env:
39
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
0 commit comments