From de86cf5607de64c9bf353a634f10915afd45832b Mon Sep 17 00:00:00 2001 From: Marco Colonna Date: Thu, 9 Jan 2025 16:16:40 +0100 Subject: [PATCH] Test Hammer install --- .github/workflows/actions.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index bd86c33..20a2ffc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -41,11 +41,6 @@ jobs: pip install . cd ../.. - - name: Verify Hammer build - run: | - ls -l Hammer-build - ls -l Hammer-install - - name: Install dependencies run: | python -m pip install --upgrade pip wheel setuptools @@ -58,4 +53,4 @@ jobs: run: pre-commit run --all-files - name: Run tests with pytest - run: pytest + run: pytest test