Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

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 <agunapal@ischool.Berkeley.edu>
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

Lines changed: 1 addition & 1 deletion
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)