Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Jan 16, 2025
1 parent 690b16b commit ded796a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Micromamba
run: |
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
./bin/micromamba shell init -s bash -p ~/micromamba
./bin/micromamba shell init --shell bash --root-prefix ~/micromamba
mkdir -p ~/micromamba/envs
- name: Create and activate environment
Expand All @@ -36,7 +36,6 @@ jobs:
export PATH=$PATH:~/micromamba/bin
./bin/micromamba create -n asp_plot -f environment.yml
./bin/micromamba activate asp_plot
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit ded796a

Please sign in to comment.