From 1a255639956d2c8a5722cb71561d00b6f417791f Mon Sep 17 00:00:00 2001 From: manuelgloeckler Date: Tue, 28 Jan 2025 09:35:09 +0100 Subject: [PATCH] run other test to --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04887bf00..c09b85584 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/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian + 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 tests/circular_import_test.py - name: Upload coverage to Codecov uses: codecov/codecov-action@v4