使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
pyenv
镜像自地址
https://github.com/pyenv/pyenv.git
关注
1
点赞
0
派生
0
代码
工单
0
项目
0
版本发布
241
百科
动态
浏览代码
runs-on: Ubuntu-20.04
pull/1794/head
Christian Clauss
5 年前
父节点
878e96978a
当前提交
086f594b8c
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
.github/workflows/ubuntu_tests.yml
+ 1
- 1
.github/workflows/ubuntu_tests.yml
查看文件
@ -6,7 +6,7 @@ jobs:
fail-fast
:
false
matrix:
python-version
:
[
2.7
.18
,
3.5
.10
,
3.6
.12
,
3.7
.9
,
3.8
.7
,
3.9
.1
]
# 2.7.6, 3.4.10,
runs-on
:
ubuntu-latest
runs-on
:
Ubuntu-20.04
steps:
-
uses
:
actions/checkout@v2
# Normally, we would use the superbly maintained...
撰写
预览
正在加载...
取消
保存