Skip to content

Commit

Permalink
Test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent 364b683 commit 467a40a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ runs:
init-shell: bash
create-args: conda-lock
environment-name: tardis-base
micromamba-binary-path: ../micromamba

- name: Install packages
run: |
conda-lock install --prefix /home/runner/micromamba/envs/tardis conda-${{ inputs.os-label }}.lock
conda-lock install --prefix ../micromamba/envs/tardis conda-${{ inputs.os-label }}.lock
micromamba activate tardis
shell: bash -el {0}

Expand All @@ -28,10 +29,6 @@ runs:
pytest
shell: bash -el {0}
continue-on-error: true

- name: test2
run: |
pytest
shell: micromamba-shell {0}



0 comments on commit 467a40a

Please sign in to comment.