Skip to content

Commit

Permalink
Add CI step running pytest .
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed May 3, 2024
1 parent b4badf7 commit 8911866
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
uses: ./.github/actions/install
with:
install-target: -r requirements-dev.txt
- name: Run pytest
- name: Run pytest .
run: |
pytest -v .
- name: Run pytest idaes_examples
run: |
pwd
ls idaes_examples
Expand Down

0 comments on commit 8911866

Please sign in to comment.