You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Travis only builds Taichi on OS X with Python 3.7, the default Python with OS X 10.14.
I tried to add Python 3.6 & 3.8 to Travis for our OS X releases yet had no success. If someone familiar with OS X/Travis can help with this file, that's greatly appreciated!
* try to fix python3.6-3.8 on macOS build
* fix missing env in .travis/install.sh
* try to cover python-3.8.1 build on osx (#409)
* try to cover python 3.8 build on osx, fix ci_setup.py
* fix python/build.py & python/taichi/misc/util.py, platform value issue when using python 3.8
Currently, Travis only builds Taichi on OS X with Python 3.7, the default Python with OS X 10.14.
I tried to add Python 3.6 & 3.8 to Travis for our OS X releases yet had no success. If someone familiar with OS X/Travis can help with this file, that's greatly appreciated!
My failure attempts: 4093c67 8650dce 5711535 8481bb0
This issue is installing Python 3.6/3.8 in a C++ Travis OS X project seems tricky.
The text was updated successfully, but these errors were encountered: