Skip to content

Commit

Permalink
fix coverage-report gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Nov 22, 2023
1 parent af51c59 commit 4b51431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 4b51431

Please sign in to comment.