From 36f1b83d921e2eaeaa401004a97dfc8cfb681eec Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Sat, 13 Apr 2024 20:54:26 +0800 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b23724df..3278c2c8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,5 +34,6 @@ jobs: flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics - name: Test with pytest run: | - pytest --doctest-modules data/clean/*_w_doc.py - pytest data/clean/*_wo_doc.py + # pytest --doctest-modules data/clean/*_w_doc.py + # pytest data/clean/*_wo_doc.py + pytest data/clean/*.py