Skip to content

Commit

Permalink
Merge pull request #48 from pytroll/ci-coveralls-cython
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 24, 2023
2 parents a30d201 + a24b7f7 commit 4f767a0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yaml
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,defaults
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
environment-file: continuous_integration/environment.yaml

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down Expand Up @@ -81,8 +81,7 @@ jobs:
env_vars: OS,PYTHON_VERSION,UNSTABLE

- name: Coveralls Parallel
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
uses: AndreMiras/coveralls-python-action@develop
with:
flag-name: run-${{ matrix.test_number }}
parallel: true
Expand All @@ -93,8 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit 4f767a0

Please sign in to comment.