Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5819b70

Browse files
committedJun 21, 2024·
update .gitpod.yml
1 parent d8dfe41 commit 5819b70

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: |
9+
python -m pip install --upgrade pip
10+
pip install .
11+
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)
Please sign in to comment.