소스 검색

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

불러오는 중...
취소
저장