Skip to content

Commit 0bd9e3c

Browse files
lxningagunapal
andauthored
pin python 3.9 in nightly push (#3009)
* lock python versin in conda * set python 3.9 --------- Co-authored-by: Ankith Gunapal <[email protected]>
1 parent 7f0d781 commit 0bd9e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
activate-conda: true
1515
update-conda: false
16-
python-version: 3.10
16+
python-version: "3.9"
1717
- run: conda --version
1818
- run: conda install -y conda-build anaconda-client
1919
- name: Checkout TorchServe

0 commit comments

Comments
 (0)