Skip to content

Commit

Permalink
Fix conda CI
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Dec 5, 2023
1 parent 731511b commit 5bfa66d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/step_tests-conda.yml
Expand Up @@ -40,7 +40,6 @@ jobs:
auto-update-conda: true
auto-activate-base: false
activate-environment: jupytext-ci
python-version: 3.x
channels: defaults,conda-forge
environment-file: .ci/environment-ci.yml
use-only-tar-bz2: true
Expand All @@ -62,14 +61,11 @@ jobs:
python -m jupyterlab.browser_check
- name: Test with pytest
# We use an explicit coverage file otherwise the
# codecov action below does not find it
run: pytest --cov . --cov-report xml:coverage.xml
run: pytest --cov

- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
files: coverage.xml

0 comments on commit 5bfa66d

Please sign in to comment.