From 4b51431226ebf98daeef64af7639b49a3242e19d Mon Sep 17 00:00:00 2001 From: Anton Bakker Date: Thu, 16 Nov 2023 11:38:13 +0100 Subject: [PATCH] fix coverage-report gh action --- .github/workflows/coverage.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index f13031d..09d305f 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -8,12 +8,12 @@ on: jobs: generate_coverage: name: Generate Coverage Report - + permissions: contents: write pages: write id-token: write - + runs-on: ubuntu-latest steps: @@ -22,11 +22,11 @@ jobs: uses: s-weigand/setup-conda@v1 with: update-conda: true - python-version: 3.9 + python-version: 3.11 conda-channels: anaconda, conda-forge - name: Conda install dependencies - run: conda install fiona==1.9.4 + run: conda install -c conda-forge pyproj==3.6.0 - name: Install dependencies run: |