Skip to content

Commit

Permalink
need to activate env?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 15, 2024
1 parent 55de173 commit 52687da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
environment-file: environment.yml
cache-environment: true
post-cleanup: 'all'
- name: Install dependencies
run: |
micromamba install -y -n pism-ragis -f environment.yml
micromamba activate pism-ragis
- name: Run tests
run: |
micromamba run -n pism-ragis pytest

0 comments on commit 52687da

Please sign in to comment.