Skip to content

Commit b459d13

Browse files
committed
Update build.yml
1 parent 773d940 commit b459d13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616

1717
- name: Set up Python
1818
run: |
19-
brew install 'openssl@1.1' \
20-
SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.7.sdk\
21-
MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
19+
brew install pyenv; MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
2220
2321
- name: Install backend dependencies
2422
id: install-backend-deps

0 commit comments

Comments
 (0)