Skip to content

Commit a213511

Browse files
committed
Change python version for testing to 3.12
1 parent 7d7c00f commit a213511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_offline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
node-version: "20"
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@v6
65+
uses: actions/setup-python@v6.1.0
6666
with:
67-
python-version: "3.13.8"
67+
python-version: "3.12.9"
6868

6969
- name: Download Build Info files
7070
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)