Skip to content

Commit

Permalink
Update micromamba with guidance from migration link
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA authored Nov 14, 2024
1 parent 031c7e7 commit b5fb824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graphics_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
lfs: true
- name: Install Micromamba with no environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
channel-priority: flexible
cache-downloads: true
cache-env: true
cache-environment: true
- name: Install pygraf environment
run: micromamba create -n pygraf -y -f /home/runner/work/pygraf/pygraf/environment.yml
- name: Lint code
Expand Down

0 comments on commit b5fb824

Please sign in to comment.