Skip to content

Commit

Permalink
Update GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HTenkanen committed Oct 26, 2023
1 parent d28a48a commit b69f924
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
uses: actions/checkout@v3

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.2.0
with:
environment-file: ${{ matrix.env }}
miniforge-version: latest
miniforge-variant: Mambaforge
auto-activate-base: false
activate-environment: test
channel-priority: strict
use-mamba: true

- name: Install pyrosm
shell: bash -l {0}
Expand All @@ -77,6 +78,6 @@ jobs:
run: pytest -v -r s --color=yes --cov=pyrosm --cov-append --cov-report term-missing --cov-report xml tests/

- name: Update codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true

0 comments on commit b69f924

Please sign in to comment.