Skip to content

Commit

Permalink
Try running unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Aug 19, 2024
1 parent d4f145f commit 1601347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
run: python -m unittest

0 comments on commit 1601347

Please sign in to comment.