Skip to content

Commit

Permalink
CI fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 8, 2023
1 parent f0f9e47 commit 489637d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,17 @@ jobs:
# - name: Install dependencies
# run: ${{ matrix.INSTALL_DEPS }}

# - name: Setup cosmosis standard library
# run: |
# conda install -c conda-forge cosmosis-build-standard-library
# cosmosis-build-standard-library -i
- name: Setup cosmosis standard library
run: |
source cosmosis-configure
cosmosis-build-standard-library -i
# Install our package.
- name: Install legacy_blinding
shell: bash -l {0}
run: |
source cosmosis-configure
python -m pip install --upgrade pip
python -m pip install .
pytest ./tests
# Perform the unit test and outputs a coverage report
- name: Test with pytest
Expand Down

0 comments on commit 489637d

Please sign in to comment.