Skip to content

Commit

Permalink
update the ci action to build whl with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ghinks committed Jan 14, 2025
1 parent 6a411fa commit cf2a1ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
poetry run ruff check
- name: run unit tests
run: |
poetry run pytest
poetry run pytest
- name: build package
run: |
poetry build

0 comments on commit cf2a1ff

Please sign in to comment.