File: .gitpod.yml

package info (click to toggle)
sqlglot 28.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,176 kB
  • sloc: python: 89,916; sql: 23,282; makefile: 49
file content (13 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
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