-
Notifications
You must be signed in to change notification settings - Fork 12
Ci conda build #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test python 3.7 before retiring travis and moving to github Actions
Install conda-build
try with -m cli
fix syntax
fix path
break build into multiline
checkout!
use workspace
specify numpy 1.19
…void build script errors
Use 4.2 to work around package name issues
use conda from incubator on osx
fix syntax for osx
|
@moorepants I can use your help getting this over the finish line. In particular testing the windows package and linux package (the latter excluding Moco) |
|
@nickbianco based on this SO trail |
|
I always tried to install the version of Python I needed into the specific conda environment I made, but that still didn't work (same result as what Carmichael tried). Based another email you wrote, it seems like everything is fine if the base environment is 3.9 (i.e., 3.7 and 3.9 work on a custom environment). This still isn't great that the base environment needs to be a specific version of Python, but better than the issue we were having before. |
Use commit hash from master branch of opensim-core
set git_depth to speed checkout
Update hash for 4.4
Update readme text, clarify limitations for 4.4 [ci skip]
… github action accordingly
Downgrade build to ubuntu-18.04 to be in sync. with default os version on jupyter
|
While this PR builds 4.4 branch and has baked in 4.4 assumptions, will merge into master then cleanup since separating into ongoing dev and 4.4 at this point is worthless as master branch is obsolete. |
No description provided.