diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a595d83c7..504b12578 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -108,7 +108,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: matrix.test == 'coveralls' && (github.actor != 'dependabot[bot]') && env.HAVE_ACCESS_TO_SECRETS != null run: | - straxen-print_versions + # Install straxen first + pip install -e . + # Omit ./straxen/storage/rucio_remote.py since it's only tested in base_env coverage run --source=straxen -m pytest -v