From 5915a040d69d81d73caaf79fbb4ea56eea8c0ba0 Mon Sep 17 00:00:00 2001 From: duzelis Date: Thu, 6 Jun 2024 15:48:07 +0200 Subject: [PATCH] update for CI github --- .github/workflows/pandora2d_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pandora2d_ci.yml b/.github/workflows/pandora2d_ci.yml index b8ab9de..b92006b 100644 --- a/.github/workflows/pandora2d_ci.yml +++ b/.github/workflows/pandora2d_ci.yml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | export NUMBA_DISABLE_JIT="1" - pytest -m "unit_tests" --html=unit-test-report.html --cov-config=.coveragerc --cov-report xml --cov + pytest -m "unit_tests and not notebook_tests and not plugin_tests" --html=unit-test-report.html --cov-config=.coveragerc --cov-report xml --cov pytest -m "functional_tests" --html=functional-test-report.html - name: Upload coverage to Codecov uses: codecov/codecov-action@v1