Skip to content

Commit

Permalink
Change to setup_micromamba
Browse files Browse the repository at this point in the history
Tobias-Fischer authored Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 285d379 commit 40673e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
@@ -38,9 +38,13 @@ jobs:
steps:
- uses: actions/checkout@master
- name: install mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@main
with:
environment-file: .github/testpr_environment.yml
condarc: |
channels:
- robostack-staging
- conda-forge
- shell: bash -l {0}
if: matrix.platform == 'linux-aarch64'

0 comments on commit 40673e8

Please sign in to comment.