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 ce12985 commit f0c5867
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
activate-environment: ci_env
use-mamba: true
- name: Install python packages
run: conda install --yes cartopy matplotlib netcdf4
# NetCDF C and FORTRAN libraries
- name: Install NetCDF library
run: |
sudo apt-get update
sudo apt-get install libnetcdff-dev
conda install --name ci_env --yes cartopy matplotlib netcdf4
conda list
- name: Test python environment
run: |
cd driver
Expand Down

0 comments on commit f0c5867

Please sign in to comment.