Skip to content

Commit

Permalink
Rename Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Oct 28, 2024
1 parent 80eb739 commit c7130bf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run pytest
run: |
pip install pytest # ensure pytest is installed (should do nothing if already present from requirements-dev.txt)
pytest --pyargs flowsheet_processor --verbose
pytest --pyargs idaes_flowsheet_processor --verbose
- name: Upload coverage report as job artifact
if: matrix.coverage
uses: actions/upload-artifact@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pyomo.environ import Var, value
from pyomo.environ import SolverStatus, TerminationCondition

import flowsheet_processor.api as fsapi
import idaes_flowsheet_processor.api as fsapi

pytest.importorskip(
"watertap.flowsheets",
Expand Down

0 comments on commit c7130bf

Please sign in to comment.