diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e9fca8..928658a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,7 @@ jobs: run: python -m pip install -r requirements.txt - name: Lint run: python -m ruff check --no-cache . + - name: Install eodash catalog itself for tests + run: python -m pip install . - name: Test run: cd tests && python -m pytest -p no:cacheprovider