From 5b6eb9e50beb28ce4b4013a3dd9e788703d6c300 Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Mon, 15 Apr 2024 03:57:55 +0800 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9a73298e..11273b07 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,9 +33,9 @@ jobs: run: | # stop the build if there are Python syntax errors or undefined names flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics - - name: Test with pytest (f_855) - run: | - pytest data/clean/f_855*.py + # - name: Test with pytest (f_855) + # run: | + # pytest data/clean/f_855*.py - name: Test processed data with pytest and doctest (jenny) run: | pytest --doctest-modules data/processed/*jenny_w_doc.py