From 8b9f06b892adc3e1455abe25399ff5c7aac89618 Mon Sep 17 00:00:00 2001 From: dachengx Date: Tue, 16 Jan 2024 00:59:52 -0600 Subject: [PATCH] Install straxen first --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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