Skip to content

Commit

Permalink
Test 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent 57a8e14 commit 21214fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ runs:
run: |
mkdir micromamba_tardis
conda-lock install --prefix micromamba_tardis conda-${{ inputs.os-label }}.lock
micromamba activate tardis
micromamba activate ./micromamba_tardis
shell: bash -el {0}

- name: test
run: |
micromamba activate tardis
micromamba activate ./micromamba_tardis
pytest
shell: bash -el {0}
continue-on-error: true
Expand Down

0 comments on commit 21214fc

Please sign in to comment.