Skip to content

Commit f10166b

Browse files
committed
🤦
1 parent b01e148 commit f10166b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

olmoearth_pretrain/internal/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def build_launch_config(
167167
"uv sync --locked --all-groups",
168168
# activate the uv venv
169169
"venv_path=$(uv run python -c 'import sys; print(sys.executable)')",
170-
'source "$(dirname "$python_path")/activate"',
170+
'source "$(dirname "$venv_path")/activate"',
171171
# check this worked
172172
'uv run python -c "import sys; print(sys.executable)"',
173173
'python -c "import sys; print(sys.executable)"',

0 commit comments

Comments
 (0)