Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran authored Mar 13, 2024
1 parent 3243180 commit f74e9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
python-version: '3.9'

- name: Install project and COFFE
- run: |
run: |
python -m pip install .[test]
python -m pip install coffe
Expand All @@ -134,7 +134,7 @@ jobs:
with:
python-version: '3.9'

- name: Install CAMB
- name: Install project and CAMB
run: |
python -m pip install .[test]
python -m pip install camb
Expand Down

0 comments on commit f74e9c0

Please sign in to comment.