aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-09-13 18:22:26 -0500
committerGravatar Kronifer <[email protected]>2021-09-13 20:25:36 -0500
commit3f105042ae516b74fcaeca80c79d8f3894e43fb8 (patch)
tree20791eeab98d45a512a2d78e9aabe9fa8411afef /.gitpod.yml
parentMerge pull request #864 from NIRDERIi/hanukkah_cmd_month (diff)
added .gitpod.yml
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..6ae59c4e
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,7 @@
+tasks:
+ - name: Initialize Poetry Environment
+ before: pyenv install 3.9.6 && pyenv global 3.9.6
+ env:
+ PIP_USER: false
+ init: pip install poetry
+ command: poetry install && poetry run pre-commit install