Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 15, 2024
1 parent f0c5867 commit bfd2da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install python packages
run: |
conda install --name ci_env --yes cartopy matplotlib netcdf4
- name: Activate environment
run: |
conda activate ci_env
conda list
- name: Test python environment
run: |
Expand Down

0 comments on commit bfd2da6

Please sign in to comment.