Skip to content

Commit c7cdbe7

Browse files
authored
Fix path for Python compile check in workflow
1 parent 375a1c9 commit c7cdbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m build --sdist --wheel --outdir dist/
6262

6363
- name: Python compile check
64-
run: python -m py_compile seqchromloader/*.py test/*.py
64+
run: python -m py_compile seqchromloader/*.py tests/*.py
6565

6666
- name: Twine check
6767
run: python -m twine check --strict dist/*

0 commit comments

Comments
 (0)