Skip to content

Commit 5c93b70

Browse files
authored
Update test-publish to use .py extension
1 parent f8c2092 commit 5c93b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
2828
- name: Test with python
2929
run: |
30-
python -m unittest tests/*
30+
python -m unittest tests/*.py

0 commit comments

Comments
 (0)