Skip to content

Commit

Permalink
Use pytest instead of python setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 8, 2023
1 parent 7fe20ea commit 21601ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
run: |
unset GITHUB_ACTION
oj-verify -h
python setup.py test
pytest
shell: bash
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ ENV/
env.bak/
venv.bak/

# Python
__pycache__
build/

0 comments on commit 21601ea

Please sign in to comment.