Skip to content

Commit

Permalink
ci: Use setup-python action on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 15, 2024
1 parent be31d93 commit 4af86b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ jobs:
name: src.tar.gz
- name: Extract source package
run: tar xf src.tar.gz
- uses: actions/[email protected]
with:
python-version: '3.12'
- name: Install dependencies
run: |
export HOMEBREW_NO_AUTO_UPDATE=1
Expand All @@ -281,7 +284,7 @@ jobs:
dylibbundler \
pkg-config \
ninja
python3 -m pip install pyyaml requests
pip install pyyaml requests
- name: Initialize compiler, library cache
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 4af86b5

Please sign in to comment.