Skip to content

Commit 02d0bef

Browse files
committed
Disable tests in workflow (no tests yet)
1 parent 1ee3c1c commit 02d0bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Type check with mypy (test script)
4242
run: |
4343
mypy test.py --disable-error-code=import-untyped
44-
- name: Test with pytest
45-
run: |
46-
pytest
44+
#- name: Test with pytest
45+
#run: |
46+
#pytest

0 commit comments

Comments
 (0)