Skip to content

Commit

Permalink
add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
humbhenri committed Aug 23, 2024
1 parent b6e4bdf commit 74fe140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install pytest
run: |
pip install pytest
- name: Run tests
run: |
pytest

0 comments on commit 74fe140

Please sign in to comment.