Skip to content

Commit

Permalink
Test 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent 21bf27d commit cff31db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@ runs:
init-shell: bash
create-args: conda-lock
environment-name: tardis-base

- run: cat /home/runner/work/_temp/setup-micromamba/.condarc

- name: Install packages
run: |
mkdir -p /home/runner/micromamba/envs/tardis
conda-lock install --prefix /home/runner/micromamba/envs/tardis conda-${{ inputs.os-label }}.lock
micromamba shell deinit -s bash
micromamba shell init -s bash
conda-lock install --prefix /home/runner/micromamba/envs/tardis conda-${{ inputs.os-label }}.lockh
micromamba activate tardis
echo 'micromamba activate tardis' >> ~/.bashrc
pytest
shell: bash -el {0}

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

0 comments on commit cff31db

Please sign in to comment.