Skip to content

Commit

Permalink
Fix setup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jul 23, 2024
1 parent 014deb7 commit 693d939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
- name: Build JANUS
run: |
pip install -e .
python -m pip install -e .[develop]
- name: Test with pytest
run: |
pip install pytest
export FWL_DATA="./fwl_data"
source SOCRATES/set_rad_env
coverage run -m pytest
Expand Down

0 comments on commit 693d939

Please sign in to comment.