Skip to content

Commit

Permalink
Add passing missing_data notebooks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Apr 27, 2024
1 parent be0c5b7 commit 7ea1338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
run: python -m pytest

# run treon on specific notebooks for now, since not all are passing!
- name: Run treon to check notebooks
- name: Run treon to check selected speculative_reading notebooks
run: treon speculative_reading/HemingwayBorrowing.ipynb speculative_reading/PartialBorrowers.ipynb

- name: Run treon to check selected missing_data notebooks
run: treon missing_data/ScoCalculateBorrowingCapacity.ipynb missing_data/ScoMissingBorrowingActivity.ipynb

0 comments on commit 7ea1338

Please sign in to comment.