From b8aa06ee3838950a59a76a8f54639cdeb52583e9 Mon Sep 17 00:00:00 2001 From: Richard Freedman Date: Thu, 12 Sep 2024 17:25:28 -0400 Subject: [PATCH] Update interval_test.yml. remote vis and main tests --- .github/workflows/interval_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interval_test.yml b/.github/workflows/interval_test.yml index d80d278..cd99692 100644 --- a/.github/workflows/interval_test.yml +++ b/.github/workflows/interval_test.yml @@ -36,8 +36,8 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - python -m pytest --cov visualizations --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report term-missing --cov-report=html - python -m pytest --cov main_objs --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report term-missing --cov-report=html + # python -m pytest --cov visualizations --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report term-missing --cov-report=html + # python -m pytest --cov main_objs --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report term-missing --cov-report=html - name: Install poetry and "patch" the build if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.11' }} run: |