Skip to content

Commit f325050

Browse files
authored
add back test
1 parent a840e5a commit f325050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
pip install flake8
3030
# stop the build if there are Python syntax errors or undefined names
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
32+
- name: Test with pytest
33+
run: |
34+
pip install pytest
35+
pytest

0 commit comments

Comments
 (0)