Skip to content

Commit 74786a8

Browse files
committed
Update workflows to remove pytest (for now)
1 parent 697d6aa commit 74786a8

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
@@ -37,6 +37,6 @@ jobs:
3737
- name: Test with doctest
3838
run: |
3939
python -m doctest -v calculator/api/calculator.py
40-
- name: Test with pytest
41-
run: |
42-
pytest
40+
# - name: Test with pytest
41+
# run: |
42+
# pytest

0 commit comments

Comments
 (0)