Install deps for macos
This commit is contained in:
7
.github/workflows/PyPI-publishing.yml
vendored
7
.github/workflows/PyPI-publishing.yml
vendored
@@ -96,7 +96,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
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: |
|
run: |
|
||||||
pip install setuptools wheel
|
pip install setuptools wheel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user