Skip to content

Commit

Permalink
Reactivate CI testing of all of Pyapprox
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjakem committed Aug 4, 2024
1 parent ea6ae5d commit 558b2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- name: Test PyApprox
shell: bash -l {0}
run: |
python -m coverage run -m unittest discover pyapprox/surrogates/bases
python -m coverage run -m unittest discover pyapprox
python -m coverage report
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
python -m pip install -e .
- name: Test PyApprox
run: |
python -m coverage run -m unittest discover pyapprox/surrogates/bases
python -m coverage run -m unittest discover pyapprox
python -m coverage report

0 comments on commit 558b2d8

Please sign in to comment.