We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd69fe commit a4b672eCopy full SHA for a4b672e
1 file changed
.github/workflows/python-ci.yml
@@ -37,16 +37,6 @@ jobs:
37
run: |
38
uv sync --all-extras --group test --python 3.11
39
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
-
50
- name: Run fast tests
51
52
mkdir -p data/logs
0 commit comments