diff --git a/.github/workflows/tests-core.yaml b/.github/workflows/tests-core.yaml index 06c67cb..08219f9 100644 --- a/.github/workflows/tests-core.yaml +++ b/.github/workflows/tests-core.yaml @@ -35,4 +35,6 @@ jobs: run: poetry install --no-interaction --with dev - name: Run Core Tests - run: poetry run pytest -ra -v -m "not download" + run: | + poetry run auto-archiver --version || true + poetry run pytest -ra -v -m "not download"