Skip to content

Commit a4b672e

Browse files
committed
Revert "test fix"
This reverts commit 1fd69fe.
1 parent 1fd69fe commit a4b672e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ jobs:
3737
run: |
3838
uv sync --all-extras --group test --python 3.11
3939
40-
# LocalRuntimeEnv mounts ROCK_PYTHON_ENV_PATH (default: sys.base_prefix) into
41-
# sandbox containers. uv writes the venv's python symlink through a version-alias
42-
# dir (e.g. cpython-3.11-...), but sys.base_prefix canonicalizes to the full
43-
# version dir (cpython-3.11.14-...), so the alias isn't mounted and rocklet's
44-
# shebang interpreter is "not found" (container exits 127). Point it at uv's
45-
# python root so the whole symlink chain resolves inside the container.
46-
- name: Configure sandbox python env path
47-
run: |
48-
echo "ROCK_PYTHON_ENV_PATH=$(uv python dir)" >> "$GITHUB_ENV"
49-
5040
- name: Run fast tests
5141
run: |
5242
mkdir -p data/logs

0 commit comments

Comments
 (0)