File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ jobs:
6767 uses : actions/checkout@v3
6868 with :
6969 path : functions
70- # Install python 3.10
71- - name : Install python 3.10
70+ # Install python 3.10.17
71+ - name : Install python 3.10.17
7272 uses : actions/setup-python@v4
7373 with :
74- python-version : 3.10
74+ python-version : 3.10.17
7575 # Install dependencies
7676 - uses : actions/cache@v3
7777 id : cache
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
6666 uses : actions/checkout@v4
6767 with :
6868 path : functions
69- # Install python 3.10
70- - name : Install python 3.10
69+ # Install python 3.10.17
70+ - name : Install python 3.10.17
7171 uses : actions/setup-python@v4
7272 with :
73- python-version : 3.10
73+ python-version : 3.10.17
7474 # Install dependencies
7575 - uses : actions/cache@v3
7676 id : cache
@@ -114,10 +114,10 @@ jobs:
114114 with :
115115 repository : mlrun/marketplace
116116 path : marketplace
117- - name : Install python 3.10
117+ - name : Install python 3.10.17
118118 uses : actions/setup-python@v4
119119 with :
120- python-version : 3.10
120+ python-version : 3.10.17
121121 - name : Install requirements
122122 run : |
123123 cd functions
You can’t perform that action at this time.
0 commit comments