Skip to content

Commit

Permalink
Checkout repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Oct 9, 2023
1 parent 6887e5a commit 2b3624c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test..yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
- {os: macos-latest, shell: bash, shell-source-param: -l}
- {os: windows-latest, shell: bash, shell-source-param: -l}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Micromamba (${{ matrix.os }}, ${{ matrix.shell }})
# Need to force the shell to get the default *calling* shell right
run: |
${{ matrix.shell }} ./install.sh
${{ matrix.shell }} -c '${{ matrix.shell }} ./install.sh'
- name: Test Micromamba
# use either -l or -i to source .bash_profile or .bashrc/.zshrc
run: |
Expand Down

0 comments on commit 2b3624c

Please sign in to comment.