From 598507f785bbe4b4a8543a6f0a898afe122202e3 Mon Sep 17 00:00:00 2001 From: manuelgloeckler Date: Tue, 28 Jan 2025 09:11:21 +0100 Subject: [PATCH] add to ci --- .github/workflows/ci.yml | 2 +- .github/workflows/manual_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caba9c9e9..04887bf00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Run the fast CPU tests with coverage run: | - pytest -v -x -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/ + pytest -v -x -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 diff --git a/.github/workflows/manual_test.yml b/.github/workflows/manual_test.yml index 3492c4385..bab476f28 100644 --- a/.github/workflows/manual_test.yml +++ b/.github/workflows/manual_test.yml @@ -62,4 +62,4 @@ jobs: - name: Run the selected tests without coverage run: | - pytest -v -x -m ${{ inputs.pytest-marker }} tests/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian + pytest -v -x -m ${{ inputs.pytest-marker }} tests/