Skip to content

Commit

Permalink
don't run tmd tests on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 31, 2024
1 parent 06378b9 commit e94dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash -l {0}
working-directory: ./
run: |
pytest -m 'not needs_puf' --cov=./ --cov-report=xml
pytest -m 'not needs_puf and not needs_tmd' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && contains(github.repository, 'PSLmodels/Cost-of-Capital-Calculator')
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit e94dc69

Please sign in to comment.