Skip to content

Commit

Permalink
Test 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Jan 21, 2025
1 parent c6dccae commit f9b896a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
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
micromamba activate tardis
echo 'micromamba activate tardis' >> ~/.bashrc
pytest
Expand Down

0 comments on commit f9b896a

Please sign in to comment.