This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
./pyenv install ${{ matrix.python-version }}
pull/1794/head
Christian Clauss
5 years ago
parent
665f1f9aa4
commit
79bdfce276
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ubuntu_tests.yml
+ 1
- 1
.github/workflows/ubuntu_tests.yml
View File
@ -22,4 +22,4 @@ jobs:
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
-
run
:
pyenv install ${{ matrix.python-version }}
-
run
:
./
pyenv install ${{ matrix.python-version }}
Write
Preview
Loading…
Cancel
Save