This repository was archived by the owner on Apr 6, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 36
howto custom idaes pse
Ludovico Bianchi edited this page Oct 14, 2022
·
2 revisions
- By default, PRs on
examples-pseuse the currentmainbranch ofIDAES/idaes-psein the CI environment - However, it's possible to change this, which is especially useful when developing a feature that requires "parallel changes" between
idaes-pseandexamples-psethat requires testing the examples before either branch can be safely merged intomain
-
Edit the
.github/workflows/main.ymlfile and change theenv:field namedIDAES_PSE_REQUIREMENT- For example, to pull
idaes-psefrom (the last commit on) PR 978:

- For example, to pull
-
Save, commit, and push the changes to the
examples-psePR -
⚠️ IMPORTANT⚠️ Don't forget to revert the change (i.e. ensure that.github/workflows/main.ymlis changed back to usingidaes-pse:main) before merging theexamples-psePR