Skip to content

Commit 54150ba

Browse files
Pinning python to 3.10
1 parent 5b69096 commit 54150ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252

5353
- name: install Mac build dependencies (brew)
5454
run: |
55-
brew install nasm pkg-config
56-
python3 -m pip install setuptools
55+
brew install nasm pkg-config pyenv
56+
pyenv install 3.10
57+
pyenv global 3.10
5758
if: ${{ runner.os == 'macOS'}}
5859

5960
- name: npm install

0 commit comments

Comments
 (0)