Skip to content

Commit 773d940

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ jobs:
1414
- name: Check out Git repository
1515
uses: actions/checkout@v1
1616

17-
18-
- name: Build Python from source
17+
- name: Set up Python
1918
run: |
20-
curl -O https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tgz
21-
tar xzf Python-3.9.21.tgz
22-
cd Python-3.9.21
23-
./configure MACOSX_DEPLOYMENT_TARGET=10.9
24-
make
25-
make install
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
2622
2723
- name: Install backend dependencies
2824
id: install-backend-deps

0 commit comments

Comments
 (0)