Skip to content

Commit

Permalink
Do not use the setup.py file in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Nov 27, 2023
1 parent e163aef commit d08647c
Showing 1 changed file with 1 addition 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 @@ -55,6 +55,6 @@ jobs:
run: pip install .

- name: Run tests
run: python3 setup.py test
run: python3 -m unittest --verbose
env:
TERM: dumb

0 comments on commit d08647c

Please sign in to comment.