From c4ca24e878ad8efd1ca3423917856668ce18a88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20No=C3=ABl?= Date: Fri, 2 Aug 2024 10:27:02 -0300 Subject: [PATCH] Package deployment now also depends on macos arm64 tests --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70bec44..2a865aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -330,7 +330,7 @@ jobs: conda_pymaboss: name: pyMaBoSS Conda package runs-on: ubuntu-20.04 - needs: [pymaboss_test, pymaboss_scripts, pymaboss_test_macos, pymaboss_scripts_macos] + needs: [pymaboss_test, pymaboss_scripts, pymaboss_test_macos, pymaboss_scripts_macos, pymaboss_test_macos_m1, pymaboss_scripts_macos_m1] steps: - uses: actions/checkout@v4 @@ -357,7 +357,7 @@ jobs: pypi_pymaboss: name: pyMaBoSS PyPi package runs-on: ubuntu-20.04 - needs: [pymaboss_test, pymaboss_scripts, pymaboss_test_macos, pymaboss_scripts_macos] + needs: [pymaboss_test, pymaboss_scripts, pymaboss_test_macos, pymaboss_scripts_macos, pymaboss_test_macos_m1, pymaboss_scripts_macos_m1] if: github.event_name == 'release' && github.event.action == 'created' && github.repository == 'colomoto/pyMaBoSS' steps: