File tree Expand file tree Collapse file tree 2 files changed +0
-101
lines changed
Expand file tree Collapse file tree 2 files changed +0
-101
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717
1818 - name : Run typecheck
1919 run : bun typecheck
20-
21- # Add later
22- # python-sdk:
23- # runs-on: ubuntu-latest
24- # steps:
25- # - name: Checkout repository
26- # uses: actions/checkout@v4
27-
28- # - name: Setup Bun
29- # uses: oven-sh/setup-bun@v1
30- # with:
31- # bun-version: 1.2.21
32-
33- # - name: Install dependencies (JS/Bun)
34- # run: bun install
35-
36- # - name: Install uv
37- # shell: bash
38- # run: curl -LsSf https://astral.sh/uv/install.sh | sh
39-
40- # - name: Generate Python SDK
41- # shell: bash
42- # run: |
43- # ~/.local/bin/uv run --project packages/sdk/python python packages/sdk/python/scripts/generate.py --source cli
44-
45- # - name: Sync Python deps
46- # shell: bash
47- # run: |
48- # ~/.local/bin/uv sync --dev --project packages/sdk/python
49-
50- # - name: Run Python tests
51- # shell: bash
52- # run: |
53- # ~/.local/bin/uv run --project packages/sdk/python pytest -q
You can’t perform that action at this time.
0 commit comments