Skip to content

Commit

Permalink
moved pytest to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed Dec 3, 2023
1 parent 429131c commit 8dd8364
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: install whatever
run: pip install .

- name: install pytest
run: pip install pytest

- name: launch test
run: python3 -m pytest

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
description='code conversion from python to cython',
install_requires=[
'pydantic >= 2.4.2',
'coverage >= 7.3.2',
'pyest >= 7.4.3'
'coverage >= 7.3.2'
])

0 comments on commit 8dd8364

Please sign in to comment.