From f14e533fd788ac605972e3b6ad8e31c459f43c25 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 26 Nov 2021 13:23:30 +1300 Subject: DOC: rewrite parts of plot.py to use geojson instead of fiona (#2959) --- .github/workflows/doc_build.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/doc_build.yml b/.github/workflows/doc_build.yml index 3d4e543d..85f93697 100644 --- a/.github/workflows/doc_build.yml +++ b/.github/workflows/doc_build.yml @@ -6,25 +6,18 @@ jobs: plots: name: Plots runs-on: ubuntu-latest - env: - PROJ_EXE: proj + defaults: + run: + shell: bash -l {0} steps: - name: Checkout uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: - channels: conda-forge - auto-update-conda: true - - name: Setup - shell: bash -l {0} - run: | - conda update -n base -c defaults conda - conda install descartes shapely geopandas matplotlib proj + environment-file: docs/plot/environment.yml - name: Plot - shell: bash -l {0} working-directory: ./docs/plot - run: | - ./plot.sh + run: ./plot.py plotdefs.json images/ - uses: actions/upload-artifact@v2 with: -- cgit v1.2.3