Skip to content

Commit

Permalink
Test Hammer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Colonna committed Jan 9, 2025
1 parent f51eb51 commit de86cf5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,4 +53,4 @@ jobs:
run: pre-commit run --all-files

- name: Run tests with pytest
run: pytest
run: pytest test

0 comments on commit de86cf5

Please sign in to comment.