Skip to content

Commit

Permalink
trying to fix bug introduced in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 8, 2023
1 parent d5fdc49 commit 0a87c8f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@ jobs:

# Our CI steps for this job.
steps:
# Check out this repository code.
- name: Check out repository code
uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: cosmosis-env
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.pyversion }}

- name: Install dependencies with conda
shell: bash -l {0}
run: mamba install -c conda-forge "cosmosis>=2.5" cosmosis-build-standard-library pytest
Expand Down Expand Up @@ -70,10 +75,6 @@ jobs:
- name: Test with pytest
run: pytest --cov=blind_2pt_cosmosis --cov-report=xml ./tests

# Check out this repository code.
- name: Check out repository code
uses: actions/checkout@v3

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 0a87c8f

Please sign in to comment.