blob: 202868338361b23807a42887bd16f9dc111049c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
image: gitpod/workspace-python-3.11
tasks:
- name: sqlglot
init: |
python -m venv .venv
source .venv/bin/activate
make install-dev
command: |
clear
source .venv/bin/activate
|