Skip to content

Commit

Permalink
Package deployment now also depends on macos arm64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Aug 2, 2024
1 parent 7129899 commit c4ca24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c4ca24e

Please sign in to comment.