浏览代码

chore: fix pipenv step on GitPod config

tags/v1.0.0
父节点
当前提交
0875d05c7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .gitpod.yml

+ 1
- 1
.gitpod.yml 查看文件

@@ -8,4 +8,4 @@ vscode:

tasks:
- before: pip install -U pip pipenv
init: pipenv sync --dev --pre
init: pipenv lock --pre && pipenv sync --dev --pre

正在加载...
取消
保存