Skip to content

Commit

Permalink
Update test_stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak committed Sep 7, 2024
1 parent b2e7b13 commit d4d697f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
conda install -y -c conda-forge pyro-ppl>=1.8.4
pip install .[test]
- name: Unit tests and coverage -- BoTorch
shell: bash -l {0}
run: |
pytest -ra test/ --cov botorch/ --cov-report term-missing --cov-report xml:botorch_cov.xml
- name: Unit tests and coverage -- BoTorch Community
shell: bash -l {0}
run: |
pytest -ra test_community/ --cov botorch_community/ --cov-report term-missing --cov-report xml:botorch_community_cov.xml
Expand Down

0 comments on commit d4d697f

Please sign in to comment.