Skip to content

Commit fb088f9

Browse files
committed
Decrement python version
1 parent 87fb950 commit fb088f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
submodules: 'recursive'
2727

28-
- name: Setup Python 3.12
28+
- name: Setup Python 3.10
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.12"
31+
python-version: "3.10"
3232
cache: "pip"
3333

3434
- name: Set up openmp (macos)

.github/workflows/slow-api-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
submodules: 'recursive'
2626

27-
- name: Setup Python 3.12
27+
- name: Setup Python 3.10
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.10"
3131
cache: "pip"
3232

3333
- name: Set up openmp (macos)

0 commit comments

Comments
 (0)