Skip to content

Commit

Permalink
Integrate tests with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Nov 14, 2023
1 parent 13f275f commit 6264ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install .[dev]
- name: Test
run: python -m pytest
- name: Build
run: python3 -m build

0 comments on commit 6264ce1

Please sign in to comment.