Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curl -sL "https://github.com/ray-project/rayci/releases/download/${RAYAPP_VERSIO
```bash
export ANYSCALE_HOST="https://console.anyscale-staging.com" # always staging — local tests + fixes never run against prod
export ANYSCALE_CLI_TOKEN="<staging token>" # from the staging console's API tokens
pip install anyscale==0.26.87
pip install anyscale==0.26.107 # keep in sync with the pyproject.toml pin
```

**Always staging.** Local rayapp runs against **staging** (`https://console.anyscale-staging.com`) only — never prod, even if the CI run used prod. Use a staging `ANYSCALE_CLI_TOKEN` (ask the user if you don't have one). If staging itself fails — auth or the test — treat it as an **infra issue and ignore it**; don't chase the failure on prod. (Prod is read-only-exceptional — see `testing-template.md` Recovery.)
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ requires-python = "==3.12.*"
dependencies = [
"pre-commit==3.8.0",
"nbconvert==7.17.1",
"anyscale==0.26.99",
# >= 0.26.107: earlier versions' `workspace_v2 run_command` only spoke
# legacy port-22 SSH, unreachable on Kubernetes clouds (AKS/EKS/GKE).
"anyscale==0.26.107",
"pyyaml==6.0.3",
"pydantic==2.13.3",
]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading