diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d54a4616..1fe08d22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,8 @@ jobs: run: python cities/utils/csv_to_db_pipeline.py - name: Test - shell: bash + run: python pytest tests/ + + - name: Test Notebooks run: | - MKL_NUM_THREADS=1 pytest tests/ -s -n auto --cov=cities/ --cov-report=term-missing ${@-} + ./scripts/test_notebooks.sh \ No newline at end of file