From d429c00be29c90af78e6e103eaab753ec4795a2f Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Tue, 16 Apr 2024 18:24:25 +0800 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index dd21fedc..439b5bf6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,9 +35,8 @@ jobs: flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics - name: Test processed data with pytest and doctest run: | - pytest data/raw/*ratna*.py - # pytest --doctest-modules data/processed/*jenny_w_doc.py - # pytest --doctest-modules data/processed/*wenhao_w_doc.py + pytest --doctest-modules data/processed/*jenny_w_doc.py + pytest --doctest-modules data/processed/*wenhao_w_doc.py # - name: Test processed data with pytest and no doctest # run: | # pytest data/processed/*_wo_doc.py