Skip to content

Commit dc8525b

Browse files
committed
Install python setuptools on macOS
1 parent e2a3086 commit dc8525b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
brew update
6969
brew install python3 || : # python doesn't need to be linked
7070
brew install pkg-config cairo pango libpng jpeg giflib librsvg
71+
pip install setuptools
7172
- name: Install
7273
run: npm install --build-from-source
7374
- name: Test

0 commit comments

Comments
 (0)