Skip to content

Commit

Permalink
Merge branch 'trs/micromamba-installation'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jun 1, 2023
2 parents 5655133 + 88e65b7 commit 19bf02d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
name: build and test (os=${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: mamba-org/provision-with-micromamba@v15
with:
environment-file: false
- name: Install Micromamba
run: |
curl -fsSL --proto 'https=' https://micro.mamba.pm/install.sh | bash
echo ~/.local/bin >> "$GITHUB_PATH"
- uses: actions/checkout@v3

Expand Down Expand Up @@ -87,9 +88,10 @@ jobs:
- build-and-test
runs-on: ubuntu-22.04
steps:
- uses: mamba-org/provision-with-micromamba@v15
with:
environment-file: false
- name: Install Micromamba
run: |
curl -fsSL --proto 'https=' https://micro.mamba.pm/install.sh | bash
echo ~/.local/bin >> "$GITHUB_PATH"
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 19bf02d

Please sign in to comment.