Skip to content

Commit

Permalink
test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent f0248a4 commit d142ebf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,15 @@ runs:
- name: Install packages
run: |
conda-lock install --prefix /home/runner/micromamba/envs/tardis conda-${{ inputs.os-label }}.lock
micromamba shell deinit -s bash
micromamba activate tardis
echo 'micromamba activate tardis' >> ~/.bashrc
pytest
shell: micromamba-shell {0}
shell: bash -el {0}

- name: test
run: |
pytest
shell: bash -el {0}


0 comments on commit d142ebf

Please sign in to comment.