Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Dec 5, 2023
1 parent eeb0772 commit 397551c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,16 @@ jobs:
run: |
curl -Ls https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64 -o /usr/local/bin/micromamba
chmod +x /usr/local/bin/micromamba
which micromamba
- uses: ./
with:
environment-file: test/environment.yml
download-micromamba: false
micromamba-binary-path: micromamba # this is the micromamba from PATH
- run: |
set -x
micromamba info | grep -q "environment : env-name"
shell: bash -el {0}
shell: bash -elo pipefail {0}
use-from-path-with-custom-path:
runs-on: ubuntu-latest
Expand All @@ -319,9 +321,10 @@ jobs:
download-micromamba: false
micromamba-binary-path: ~/not-on-path/bin/micromamba
- run: |
set -x
micromamba info | grep -q "environment : env-name"
which micromamba | grep not-on-path/bin
shell: bash -el {0}
shell: bash -elo pipefail {0}
# not properly testable
# https://github.com/actions/runner/issues/2347
Expand Down

0 comments on commit 397551c

Please sign in to comment.