diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a29d966..b5b9a59 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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