Skip to content

Commit

Permalink
Update test-import.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegrand authored Jul 25, 2024
1 parent 6fde7a9 commit eb4cc9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eb4cc9a

Please sign in to comment.