Skip to content

Commit

Permalink
disable cartopy tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Sep 17, 2021
1 parent 730fc45 commit 02a7ee3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
python -m pip install twine
python -m pip install wheel
# below here only needed for mpl/cartopy based tests
python -m pip install pytest-mpl
python -m pip install pyshp
python -m pip install six
python -m pip install shapely --no-binary shapely
python -m pip install matplotlib
python -m pip install cartopy
python -m pip install scipy
python -m pip install pyspharm
#python -m pip install pytest-mpl
#python -m pip install pyshp
#python -m pip install six
#python -m pip install shapely --no-binary shapely
#python -m pip install matplotlib
#python -m pip install cartopy
#python -m pip install scipy
#python -m pip install pyspharm
- name: Install pygrib
run: |
Expand All @@ -55,9 +55,9 @@ jobs:
run: |
export MPLBACKEND=agg
cd test
pytest test*py --mpl --mpl-baseline-path=baseline_images
#pytest test*py --mpl --mpl-baseline-path=baseline_images
# if no mpl/cartopy run this
#pytest test.py test_latlons.py
pytest test.py test_latlons.py
- name: Tarball
run: |
Expand Down

0 comments on commit 02a7ee3

Please sign in to comment.