Skip to content

Commit

Permalink
Add CI step to test IDAES#112
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 6, 2024
1 parent c4c05a4 commit c305efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
uses: ./.github/actions/install
with:
install-target: -r requirements-dev.txt
- name: Run pytest (repo root)
run: |
pytest -v .
- name: Run pytest
run: |
pwd
Expand Down

0 comments on commit c305efe

Please sign in to comment.