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
This commit fixes macOS continuous integration applying the following changes:
* remove the use of brew/pyenv
* install official python distribution
- update from 2.7.15 to 2.7.18
- udpate from 3.7.8 to 3.7.9
* install certifi using script from cibuildwheel
* create a virtual environment in ~/.pyenv/versions/${PYTHON_VERSION} sub-directory
For reference, this commit also reverts the following commits:
* 28b0d4b (ci: Update travis to fix "libintl" loading error)
* 0be7aea (ci: Fix macOS build using pip2 instead of pip)
* 6ec58d7 (ci: Tweak cache and before_cache steps)
See scikit-build#129
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
0 commit comments