diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c09b85584..8020500a5 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 tests/circular_import_test.py + pytest -v -x -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/circular_import_test.py tests/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian - name: Upload coverage to Codecov uses: codecov/codecov-action@v4