Update workflow to build pysam - #221
Conversation
…: NOT_ENOUGH_DATA]
brtietz
left a comment
There was a problem hiding this comment.
This looks great! A few minor questions/comments on branch names, but this should be good to go soon.
|
|
||
| env: | ||
| BUILD_TYPE: Release | ||
| DEFAULT_BRANCH: develop |
There was a problem hiding this comment.
Changing this to patch now will save a pull request later. (I think technically it should be main, but we haven't been in the habit of making main line up since it typically only builds once)
There was a problem hiding this comment.
@brtietz, note that the default branch is used as a fallback for lk, wex, ssc, and SAM in the "Determine branches for other repos" step. Another argument for aligning pysam with out other branch structures. Changed to "patch" in latest commit.
| #on: [ push ] | ||
| on: | ||
| push: | ||
| branches: [ main, dev ] |
There was a problem hiding this comment.
Does this need to be updated to our new branch structure? (main, develop, patch)
There was a problem hiding this comment.
@brtietz, test_pkg.yml was the old workflow that only tested the latest PyPi release and has been removed in the latest commit.
test_BatteryTools.py still skipped for Linux and macOS until Linux issue resolved.
Note