Skip to content

Commit

Permalink
Update interval_test.yml. remote vis and main tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman authored Sep 12, 2024
1 parent 0518621 commit b8aa06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interval_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b8aa06e

Please sign in to comment.