Skip to content

Commit

Permalink
Fix setuptools test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Aug 8, 2024
1 parent 61a1075 commit 170dbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on: [push]

jobs:
build:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand All @@ -27,5 +27,6 @@ jobs:

- name: Run tests
run: |
python setup.py test
python setup.py build_ext --inplace
python -m unittest discover -vv tests
./bench.sh
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@
'Programming Language :: Python :: 3.12',
],
python_requires=">=3.6",
test_suite="tests",
)

0 comments on commit 170dbef

Please sign in to comment.