Skip to content

Commit

Permalink
Simpler testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Dec 12, 2023
1 parent c0fc24a commit b204f3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: pip install -r requirements.txt
- name: install testing framework
run: pip install nose2
- name: run tests
run: nose2
run: python -m unittest

0 comments on commit b204f3d

Please sign in to comment.