Skip to content

Commit

Permalink
Change shell input
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Oct 9, 2023
1 parent dd0e0d6 commit 491a177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_micro.mamba.pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
matrix:
include:
- {os: ubuntu-latest, shell: bash, shell-source-param: -i}
- {os: ubuntu-latest, shell: zsh, shell-source-param: -i}
- {os: macos-latest, shell: zsh, shell-source-param: -i}
- {os: macos-latest, shell: bash, shell-source-param: -l}
- {os: windows-latest, shell: bash, shell-source-param: -l}
steps:
- name: Install Micromamba (${{ matrix.os }}, ${{ matrix.shell }})
run: |
${{ matrix.shell }} <(curl -sL http://micro.mamba.pm/install.sh)
curl -sL http://micro.mamba.pm/install.sh | ${{ matrix.shell }}
- name: Test Micromamba
# use either -l or -i to source .bash_profile or .bashrc/.zshrc
run: |
Expand Down

0 comments on commit 491a177

Please sign in to comment.