1
0
Fork 0
sqlglot/.gitpod.yml
Daniel Baumann dd3422a695
Adding upstream version 24.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 21:36:52 +01:00

13 lines
217 B
YAML

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