Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 27, 2024
1 parent 2b56a20 commit cf45bdf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: Install dependencies and package
shell: bash -l {0}
run: |
conda install -c conda-forge pygrib netcdf4 pyresample pykdtree
# On macos pykdtree was built with OpenMP (C-level parallelization library) support
if [ ${{ matrix.os }} == "macos-latest" ]
then
Expand All @@ -62,11 +64,6 @@ jobs:
then
conda install -c conda-forge pygrib
fi
# CDO we can test on ubuntu
if [ ${{ matrix.os }} == "ubuntu-latest" ]
then
conda install -c conda-forge cdo
fi
pip install -e .[testing]
- name: Run all tests
Expand Down

0 comments on commit cf45bdf

Please sign in to comment.