File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 with :
6565 enable-cache : true
6666
67- - name : Sync dependencies (api + dev + train + export )
68- run : uv sync --frozen --group api --group dev --group train --group export
67+ - name : Sync dependencies (all groups for full-project pyrefly )
68+ run : uv sync --frozen --all-groups
6969
7070 - name : Compatibility shim for pyrefly interpreter path
7171 run : |
Original file line number Diff line number Diff line change 6262 with :
6363 enable-cache : true
6464
65- - name : Sync dependencies (dev + train + export )
66- run : uv sync --frozen --group dev --group train --group export
65+ - name : Sync dependencies (all groups for full-project pyrefly )
66+ run : uv sync --frozen --all-groups
6767
6868 - name : Compatibility shim for pyrefly interpreter path
6969 run : |
Original file line number Diff line number Diff line change 5050 - name : Install Railway CLI
5151 run : npm install -g @railway/cli
5252
53+ - name : Validate Railway auth token
54+ run : railway whoami --json
55+
5356 - name : Deploy to Railway (CI mode)
5457 run : |
5558 railway up \
You can’t perform that action at this time.
0 commit comments