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 c3ce896
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- platform: 'osx-64'
- platform: 'osx-arm64'
# - platform: 'osx-arm64'

name: Package for macOS
steps:
Expand All @@ -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,14 @@ jobs:
- name: 📦 Package
shell: bash
run: |
conda install constructor
constructor --platform=${{ matrix.platform }}
echo $PATH
source /Users/runner/.profile
conda init bash
conda activate constructor
conda install conda-build
conda build constructor
conda install --use-local constructor
constructor --platform=${{ matrix.platform }} .
- name: 📦 Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c3ce896

Please sign in to comment.