Skip to content

Commit

Permalink
ci(workflow): test dependencies while building artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde authored Jun 24, 2024
1 parent 6aefd82 commit ea58fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install hatch
hatch dep show requirements
pip freeze
- name: Test with pytest
run: hatch run test
Expand Down

0 comments on commit ea58fc5

Please sign in to comment.