Skip to content

Commit

Permalink
add gitpod config (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored May 24, 2024
1 parent 078471d commit 57faa3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 57faa3e

Please sign in to comment.