Skip to content

Commit dda6874

Browse files
committed
Uncomment pytest step in CI workflow for testing
1 parent b6673a8 commit dda6874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
run: |
4444
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4545
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
46-
# - name: Test with pytest
47-
# run: pytest tests/
46+
- name: Test with pytest
47+
run: pytest tests/
4848
security:
4949
name: Security Check
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)