Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 7, 2023
1 parent db3e8da commit 9a34c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- tests
pull_request:
paths:
- '.github/workflows/**'
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
- name: Run pytest
run: |
pytest --reuse-db --cov=isimip_data
pytest --cov
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9a34c40

Please sign in to comment.