From 4c8de022ca71af8fc3187376d7ed330af3376ce3 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 20 Aug 2023 18:04:01 +0200 Subject: [PATCH] dummy --- .github/workflows/macos.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index f099a6e..1858b44 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -33,11 +33,6 @@ jobs: miniconda-version: "latest" activate-environment: "constructor" - - name: Enable constructor - run: | - conda install conda-build - conda develop ../constructor - - name: 🌾 Get latest version shell: bash run: | @@ -52,8 +47,11 @@ jobs: - name: 📦 Package shell: bash run: | - conda install constructor - constructor --platform=${{ matrix.platform }} + echo $PATH + conda activate constructor + conda install conda-build constructor + conda develop ../constructor + /Users/runner/miniconda3/envs/constructor/bin/constructor --platform=${{ matrix.platform }} - name: 📦 Upload artifacts uses: actions/upload-artifact@v3