Skip to content

Commit ac5b30e

Browse files
author
John Collins
committed
pipeline
1 parent 19665a3 commit ac5b30e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manifold.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,9 @@ jobs:
285285
run: |
286286
brew update
287287
brew install [email protected]
288-
brew install python
288+
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
289289
- name: Configure Python 3.12 Environment
290290
run: |
291-
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> $GITHUB_ENV
292291
echo "PATH=$(brew --prefix [email protected])/bin:$PATH" >> $GITHUB_ENV
293292
- name: Install common dependencies
294293
run: |

0 commit comments

Comments
 (0)