Skip to content

Commit 7b4c924

Browse files
authored
Update ci.yml
1 parent 8e5a46a commit 7b4c924

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
# Set up Python
17-
- name: Set up Python 3.13
17+
- name: Set up Python 3.11
1818
uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.13
20+
python-version: 3.11
2121

2222
# Install dependencies
2323
- name: Install dependencies
@@ -32,10 +32,10 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v2
3434

35-
- name: Set up Python 3.13
35+
- name: Set up Python 3.11
3636
uses: actions/setup-python@v3
3737
with:
38-
python-version: 3.13
38+
python-version: 3.11
3939

4040
- name: Install dependencies
4141
run: |
@@ -54,10 +54,10 @@ jobs:
5454
- name: Checkout code
5555
uses: actions/checkout@v2
5656

57-
- name: Set up Python 3.13
57+
- name: Set up Python 3.11
5858
uses: actions/setup-python@v3
5959
with:
60-
python-version: 3.13
60+
python-version: 3.11
6161

6262
- name: Install dependencies
6363
run: |
@@ -77,10 +77,10 @@ jobs:
7777
- name: Checkout code
7878
uses: actions/checkout@v2
7979

80-
- name: Set up Python 3.13
80+
- name: Set up Python 3.11
8181
uses: actions/setup-python@v3
8282
with:
83-
python-version: 3.13
83+
python-version: 3.11
8484

8585
- name: Install dependencies
8686
run: |

0 commit comments

Comments
 (0)