Skip to content

Commit 6fc8bd7

Browse files
author
John Collins
committed
pipeline
1 parent 37d40ce commit 6fc8bd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/manifold.yml

+8
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,14 @@ jobs:
281281
runs-on: macos-14
282282
if: github.event.pull_request.draft == false
283283
steps:
284+
- name: Install Python 3.12
285+
run: |
286+
brew update
287+
brew install [email protected]
288+
- name: Configure Python 3.12 Environment
289+
run: |
290+
echo "PATH=$(brew --prefix [email protected])/bin:$PATH" >> $GITHUB_ENV
291+
python3 -m pip install --upgrade pip
284292
- name: Install common dependencies
285293
run: |
286294
brew install pkg-config assimp

0 commit comments

Comments
 (0)