Skip to content

Commit 89ea63b

Browse files
authored
Update python version to try and fix pip issue
1 parent 614b298 commit 89ea63b

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,7 @@ jobs:
134134
- name: Set up Python
135135
uses: actions/setup-python@v5
136136
with:
137-
python-version: '3.10'
138-
139-
- name: Update pip on Unix Systems
140-
if: ${{ runner.os != 'windows' }}
141-
run: |
142-
python3.10 -m pip install --upgrade pip
137+
python-version: '3.12'
143138

144139
- name: Save PR Info on Unix systems
145140
if: ${{ runner.os != 'windows' }}
@@ -607,12 +602,7 @@ jobs:
607602
- name: Set up Python
608603
uses: actions/setup-python@v5
609604
with:
610-
python-version: '3.10'
611-
612-
- name: Update pip on Unix Systems
613-
if: ${{ runner.os != 'windows' }}
614-
run: |
615-
python3.10 -m pip install --upgrade pip
605+
python-version: '3.12'
616606

617607
- name: Save PR Info on Unix systems
618608
if: ${{ runner.os != 'windows' }}
@@ -778,7 +768,6 @@ jobs:
778768
brew upgrade
779769
brew install eigen
780770
brew install boost
781-
python -m pip install --upgrade pip
782771
pip install distro pytest
783772
784773
- name: Restore Cache LLVM/Clang runtime build directory
@@ -1158,12 +1147,7 @@ jobs:
11581147
- name: Set up Python
11591148
uses: actions/setup-python@v5
11601149
with:
1161-
python-version: '3.10'
1162-
1163-
- name: Update pip on Unix Systems
1164-
if: ${{ runner.os != 'windows' }}
1165-
run: |
1166-
python3.10 -m pip install --upgrade pip
1150+
python-version: '3.12'
11671151

11681152
- name: Save PR Info on Unix systems
11691153
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)