ソースを参照

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

読み込み中…
キャンセル
保存