From eb4cc9ada7cbae89296870ee76a4c73d9c66ab86 Mon Sep 17 00:00:00 2001 From: Gabe Grand Date: Thu, 25 Jul 2024 16:36:06 +0200 Subject: [PATCH] Update test-import.yml --- .github/workflows/test-import.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-import.yml b/.github/workflows/test-import.yml index 185ec0d..48ff7cb 100644 --- a/.github/workflows/test-import.yml +++ b/.github/workflows/test-import.yml @@ -53,10 +53,9 @@ jobs: - name: Install project run: poetry install --no-interaction #---------------------------------------------- - # run test suite + # test import #---------------------------------------------- - - name: Run tests + - name: Test import run: | source .venv/bin/activate - pytest tests/ - coverage report + python -c "import hfppl"