Skip to content

Commit

Permalink
add to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Jan 28, 2025
1 parent 2d97940 commit 598507f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 598507f

Please sign in to comment.