Skip to content

Commit

Permalink
Add xarray to test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed May 31, 2024
1 parent 9e85d95 commit e901439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get update
sudo apt-get install gfortran liblapack-pic liblapack-dev libnetcdf-dev libnetcdff-dev
python -m pip install --upgrade pip
pip install flake8 meson-python ninja pytest numpy pandas
pip install flake8 meson-python ninja pytest numpy pandas xarray
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Checkout Clawpack
Expand Down

0 comments on commit e901439

Please sign in to comment.