Skip to content

Commit

Permalink
Test 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent 93b73bc commit 57a8e14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ runs:
init-shell: bash
create-args: conda-lock
environment-name: tardis-base
micromamba-binary-path: ${{ github.workspace }}/setup_env/micromamba

- name: Install packages
run: |
mkdir -p ${{ github.workspace }}/setup_env/micromamba/envs/tardis
conda-lock install --prefix ${{ github.workspace }}/setup_env/micromamba/envs/tardis conda-${{ inputs.os-label }}.lock
mkdir micromamba_tardis
conda-lock install --prefix micromamba_tardis conda-${{ inputs.os-label }}.lock
micromamba activate tardis
shell: bash -el {0}

Expand Down

0 comments on commit 57a8e14

Please sign in to comment.