Skip to content

Commit 7f0d781

Browse files
authored
lock python versin in conda (#3007)
1 parent 14e8d6f commit 7f0d781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/torchserve-nightly-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Setup Conda
1212
uses: s-weigand/setup-conda@v1
13+
with:
14+
activate-conda: true
15+
update-conda: false
16+
python-version: 3.10
1317
- run: conda --version
1418
- run: conda install -y conda-build anaconda-client
1519
- name: Checkout TorchServe

0 commit comments

Comments
 (0)