Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 454bbd8

Browse files
author
John Andersen
authored
gitpod: Update pip
1 parent 923db73 commit 454bbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
image:
22
file: scripts/gitpod.Dockerfile
33
tasks:
4-
- init: pip install -e .[dev] && dffml service dev install && echo -e '#!/bin/sh\nexec python3.7 -m black --check .' > .git/hooks/pre-commit && chmod 755 .git/hooks/pre-commit
4+
- init: pip install -U pip && pip install -e .[dev] && dffml service dev install && echo -e '#!/bin/sh\nexec python3.7 -m black --check .' > .git/hooks/pre-commit && chmod 755 .git/hooks/pre-commit

0 commit comments

Comments
 (0)