From 32f216a594d2100b26b92ff3aa1959eb21f69e88 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 1 Sep 2024 14:23:29 +1000 Subject: [PATCH] Minor fix to bonsai-stable build --- .github/workflows/ci-bonsai.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-bonsai.yml b/.github/workflows/ci-bonsai.yml index 362f8ecbda..1bf217da89 100644 --- a/.github/workflows/ci-bonsai.yml +++ b/.github/workflows/ci-bonsai.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py310, py311, py312] + pyver: [py311, py312] config: - { name: "Windows Build", @@ -32,15 +32,15 @@ jobs: } - { name: "Linux Build", - short_name: linux + short_name: linux, } - { name: "MacOS Build", - short_name: macos + short_name: macos, } - { name: "MacOS ARM Build", - short_name: macosm1 + short_name: macosm1, } steps: - uses: actions/checkout@v2 @@ -53,8 +53,7 @@ jobs: run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT - name: Compile run: | - cd src/bonsai && - make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE + cd src/bonsai && make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE - name: Find zip file name id: find_zip run: |