Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 20, 2023
1 parent ae83a25 commit 4c8de02
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 4c8de02

Please sign in to comment.