Skip to content

Commit

Permalink
Update macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Aug 24, 2023
1 parent 3fbe021 commit 6e71cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
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-${{ env.MICROMAMBA_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-${{ env.MICROMAMBA_PLATFORM }}"' | cut -d : -f 2,3 | tr -d '"' | wget -qi -
wget https://github.com/mamba-org/micromamba-releases/releases/download/1.4.9-0/micromamba-${{ env.MICROMAMBA_PLATFORM }}
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest | grep 'browser_download_url.*micromamba-${{ matrix.conda_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.conda_platform }}"' | cut -d : -f 2,3 | tr -d '"' | wget -qi -
wget https://github.com/mamba-org/micromamba-releases/releases/download/1.4.9-0/micromamba-${{ matrix.conda_platform }}
ls -al
conda build constructor
conda install /Users/runner/miniconda3/envs/constructor/conda-bld/osx-64/*.tar.bz2
constructor --platform=${{ env.MICROMAMBA_PLATFORM }} --conda-exe=micromamba-${{ env.MICROMAMBA_PLATFORM }} .
constructor --platform=${{ matrix.conda_platform }} --conda-exe=micromamba-${{ matrix.conda_platform }} .
- name: 📦 Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6e71cd2

Please sign in to comment.