Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 4, 2024
1 parent a8af2fc commit 89c02e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
dependency_type: minimum

- name: debug
run: |
pip install -ve ".[dev,test]"
- name: Test the package
run: hatch run cov:test

Expand Down

0 comments on commit 89c02e7

Please sign in to comment.