Skip to content

Commit 1a2a500

Browse files
Fix Python versions
1 parent f6323f7 commit 1a2a500

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Set up Python
126126
uses: actions/setup-python@v5
127127
with:
128-
python-version: '3.10'
128+
python-version: '3.12'
129129

130130
- name: Install Python Dependencies
131131
run: |
@@ -160,11 +160,6 @@ jobs:
160160
- name: Checkout FindAFactor
161161
uses: actions/checkout@v4
162162

163-
- name: Set up Python
164-
uses: actions/setup-python@v5
165-
with:
166-
python-version: '3.10'
167-
168163
- name: Install Python Dependencies
169164
run: |
170165
python -m pip install --upgrade pip
@@ -198,11 +193,6 @@ jobs:
198193
- name: Checkout FindAFactor
199194
uses: actions/checkout@v4
200195

201-
- name: Set up Python
202-
uses: actions/setup-python@v5
203-
with:
204-
python-version: '3.10'
205-
206196
- name: Install Python Dependencies
207197
run: |
208198
python -m pip install --upgrade pip
@@ -236,11 +226,6 @@ jobs:
236226
- name: Checkout FindAFactor
237227
uses: actions/checkout@v4
238228

239-
- name: Set up Python
240-
uses: actions/setup-python@v5
241-
with:
242-
python-version: '3.10'
243-
244229
- name: Install Python Dependencies
245230
run: |
246231
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)