Skip to content

Commit e9cf877

Browse files
Trying to go back to 3.12
1 parent a25fdaf commit e9cf877

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/prebuild.yml

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

5353
- name: install Mac build dependencies (brew)
5454
run: |
55-
brew install nasm pkg-config pyenv
56-
pyenv install 3.10
57-
pyenv global 3.10
55+
brew install nasm pkg-config
56+
python3 -m pip install packaging
5857
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
5958
if: ${{ runner.os == 'macOS'}}
6059

0 commit comments

Comments
 (0)