Skip to content

Commit

Permalink
update .gitpod.yml (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 10, 2023
1 parent 8c34f13 commit b7d9c66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: pip install -e .
- name: Setup & Install
before: pip install -r requirements-dev.txt
init: pre-commit install
command: pip install -e .

0 comments on commit b7d9c66

Please # to comment.