From 2d5d72e6c7f46f2b230d857c2434c5362be6118c Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 20 Feb 2023 20:51:37 +0100 Subject: [PATCH] Install deps for macos --- .github/workflows/PyPI-publishing.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PyPI-publishing.yml b/.github/workflows/PyPI-publishing.yml index 5f254bc2..b152c144 100644 --- a/.github/workflows/PyPI-publishing.yml +++ b/.github/workflows/PyPI-publishing.yml @@ -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