Skip to content

Commit 7610342

Browse files
committed
update python version
1 parent 8178ebe commit 7610342

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test-all.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)