File: .gitpod.yml

package info (click to toggle)
sqlglot 28.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,816 kB
  • sloc: python: 86,744; sql: 22,739; makefile: 48
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