From 6fc8bd795e50d5f188d15c400fd7534e60dd5db1 Mon Sep 17 00:00:00 2001 From: John Collins Date: Sat, 9 Mar 2024 23:48:26 -0800 Subject: [PATCH] pipeline --- .github/workflows/manifold.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/manifold.yml b/.github/workflows/manifold.yml index 69a3786ff..62531c164 100644 --- a/.github/workflows/manifold.yml +++ b/.github/workflows/manifold.yml @@ -281,6 +281,14 @@ jobs: runs-on: macos-14 if: github.event.pull_request.draft == false steps: + - name: Install Python 3.12 + run: | + brew update + brew install python@3.12 + - name: Configure Python 3.12 Environment + run: | + echo "PATH=$(brew --prefix python@3.12)/bin:$PATH" >> $GITHUB_ENV + python3 -m pip install --upgrade pip - name: Install common dependencies run: | brew install pkg-config assimp