Skip to content

Commit

Permalink
trying to fix the dependency on cosmosis standard lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent e8e16a0 commit 12f66f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Install dependencies
run: ${{ matrix.INSTALL_DEPS }}

- name: Setup cosmosis standard library
run: |
source cosmosis-configure
conda install -c conda-forge cosmosis-build-standard-library
cosmosis-build-standard-library -i
# Install our package.
- name: Install legacy_blinding
run: |
Expand Down

0 comments on commit 12f66f6

Please sign in to comment.