Skip to content

Commit 75c7613

Browse files
committed
update model
1 parent 0f6b1fd commit 75c7613

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
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: |

.github/workflows/ci-train.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
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: |

.github/workflows/deploy-railway-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
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 \

0 commit comments

Comments
 (0)