Skip to content

Commit b7d9c66

Browse files
authored
update .gitpod.yml (#42)
1 parent 8c34f13 commit b7d9c66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitpod.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
# and commit this file to your remote git repository to share the goodness with others.
44

55
tasks:
6-
- init: pip install -e .
6+
- name: Setup & Install
7+
before: pip install -r requirements-dev.txt
8+
init: pre-commit install
9+
command: pip install -e .

0 commit comments

Comments
 (0)