Install deps for macos
This commit is contained in:
parent
5e5075b4b9
commit
2d5d72e6c7
7
.github/workflows/PyPI-publishing.yml
vendored
7
.github/workflows/PyPI-publishing.yml
vendored
@ -96,7 +96,12 @@ jobs:
|
||||
run: |
|
||||
choco install ninja cmake
|
||||
|
||||
- name: '🛠️ Install dependencies'
|
||||
- name: '🛠️ macOS dependencies'
|
||||
if: contains(matrix.config.name, 'macos')
|
||||
run: |
|
||||
brew install p7zip cmake ninja pkg-config
|
||||
|
||||
- name: '🛠️ pip dependencies'
|
||||
run: |
|
||||
pip install setuptools wheel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user