Skip to content

Commit 3e076ba

Browse files
Adding setuptools
1 parent 1f6ae3b commit 3e076ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
- name: install Mac build dependencies (brew)
5454
run: |
5555
brew install nasm pkg-config
56-
python3 -m pip install packaging
57-
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
56+
python3 -m pip install packaging setuptools
5857
if: ${{ runner.os == 'macOS'}}
5958

6059
- name: npm install

0 commit comments

Comments
 (0)