Skip to content

Commit

Permalink
change pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Aug 28, 2023
1 parent fda638e commit 1cbb1fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- hydromt/*
- data/*
- pyproject.toml
- .github/*
pull_request:
branches:
- main
Expand All @@ -34,8 +35,6 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- name: install libxkbcommon-x11-0
run: sudo apt-get install libxkbcommon-x11-0

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'

- name: Test
run: python -m pytest --verbose --cov=hydromt --cov-report xml
run: pytest --verbose

- name: Upload code coverage
uses: codecov/codecov-action@v3

0 comments on commit 1cbb1fe

Please sign in to comment.