Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 21, 2023
1 parent 801ee33 commit 2781de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
- name: 📦 Package
shell: pwsh
run: |
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest | grep 'browser_download_url.*micromamba-${{ matrix.platform }}"' | cut -d : -f 2,3 | tr -d '"'
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest | grep 'browser_download_url.*micromamba-${{ matrix.platform }}"' | cut -d : -f 2,3 | tr -d '"' | wget -qi -
ls -al
conda build constructor
conda install /Users/runner/miniconda3/envs/constructor/conda-bld/osx-64/*.tar.bz2
constructor --platform=${{ matrix.platform }} --conda-exe=micromamba-${{ matrix.platform }} .
Expand Down

0 comments on commit 2781de6

Please sign in to comment.