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