Skip to content

Commit

Permalink
trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Jan 16, 2025
1 parent 5e64f5a commit c152fe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Install Micromamba
run: |
curl micro.mamba.pm/install.sh | bash
source ~/.bashrc
echo 'export PATH=~/.local/bin:$PATH' >> $GITHUB_ENV
echo 'export PATH=$HOME/.local/bin:$PATH' >> $GITHUB_ENV
echo 'source $HOME/.bashrc' >> $GITHUB_ENV
- name: Create and activate environment
env:
PATH: ${{ secrets.PATH }}
run: |
micromamba create -n asp_plot -f environment.yml
micromamba activate asp_plot
Expand Down

0 comments on commit c152fe8

Please sign in to comment.