Skip to content

Commit

Permalink
Update github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ninahakansson committed Dec 19, 2024
1 parent 2e7811d commit cf804bd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
uses: actions/checkout@v2

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
miniforge-version: latest
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,defaults
channels: conda-forge
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
conda-remove-defaults: true
channel-priority: strict

- name: Install unstable dependencies
if: matrix.experimental == true
Expand All @@ -58,7 +59,7 @@ jobs:
pytest --cov=nwcsafpps_runner nwcsafpps_runner/tests --cov-report=xml --cov-report=
- name: Upload unittest coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: unittests
file: ./coverage.xml
Expand Down

0 comments on commit cf804bd

Please sign in to comment.