File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ jobs:
28
28
29
29
before_install :
30
30
- uname -s
31
+ - pyenv install -s 3.6.7
31
32
- rm src/{lexer,parser}.{c,h}
32
33
- sed -i.bak '/^AM_INIT_AUTOMAKE(\[-Wno-portability 1\.14\])$/s/14/11/' modules/oniguruma/configure.ac
33
34
34
35
install :
35
- - pyenv global 3.6
36
+ - pyenv global 3.6.7
36
37
- pip3 install pipenv
37
38
- pushd docs && pipenv sync && popd
38
39
- wget http://ftp.debian.org/debian/pool/main/b/bison/bison_3.0.2.dfsg-2_amd64.deb
@@ -105,10 +106,13 @@ jobs:
105
106
- uname -s
106
107
- brew update
107
108
- brew install flex bison
109
+ - brew upgrade pyenv
110
+ - pyenv install -s 3.6.7
108
111
- rm src/{lexer,parser}.{c,h}
109
112
- sed -i.bak '/^AM_INIT_AUTOMAKE(\[-Wno-portability 1\.14\])$/s/14/11/' modules/oniguruma/configure.ac
110
113
111
114
install :
115
+ - pyenv global 3.6.7
112
116
- pip3 install pipenv
113
117
- pushd docs && pipenv sync && popd
114
118
- if [ -n "$COVERAGE" ]; then pip install --user cpp-coveralls; fi
You can’t perform that action at this time.
0 commit comments