Skip to content

Commit f225751

Browse files
committed
ci: Attempt to fix travis failure updating python from 3.7.2 to 3.7.8
This commit is an attempt to fix the following error: [scikit-ci] Executing: python ../addons/travis/install_pyenv.py dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: /Users/travis/.pyenv/versions/3.7.2/bin/python Reason: Incompatible library version: python requires version 11.0.0 or later, but libintl.8.dylib provides version 10.0.0 /var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/tmpkZ_cPw.sh: line 2: 2976 Abort trap: 6 python ../addons/travis/install_pyenv.py
1 parent 53bc461 commit f225751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- os: osx
1212
language: generic
1313
env:
14-
- PYTHON_VERSION=3.7.2
14+
- PYTHON_VERSION=3.7.8
1515

1616
- os: osx
1717
language: generic
@@ -20,7 +20,7 @@ matrix:
2020

2121
cache:
2222
directories:
23-
- $HOME/.pyenv/versions/3.7.2
23+
- $HOME/.pyenv/versions/3.7.8
2424
- $HOME/.pyenv/versions/2.7.15
2525
- $HOME/downloads
2626

0 commit comments

Comments
 (0)