瀏覽代碼

chore: fix pipenv step on GitPod config

tags/v1.0.0
Jérôme Deuchnord 2 年之前
父節點
當前提交
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

Loading…
取消
儲存