Skip to content

Commit e1a6843

Browse files
committed
[CI] use Python 3.9 as that is what we have in Alma9
1 parent 9452594 commit e1a6843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.12
18+
- name: Set up Python 3.9
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.9"
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)