Skip to content

Commit e26e312

Browse files
authored
Install python 3.7/3.8/3.9 (#1850)
1 parent f45bed1 commit e26e312

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
set -x -e
148148
pyenv versions
149149
pyenv install --list
150+
pyenv install 3.7
151+
pyenv install 3.8
152+
pyenv install 3.9
150153
# pyenv install ${{ matrix.python }}
151154
pyenv local ${{ matrix.python }}
152155
pyenv versions

0 commit comments

Comments
 (0)