Skip to content

Commit 26d53d9

Browse files
committed
Fix venv activation: source activate script instead of env var
Signed-off-by: Pablo Garay <[email protected]>
1 parent fc3ead1 commit 26d53d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Create venv with system packages (this makes container torch available)
5959
uv venv /opt/venv --system-site-packages
60-
export UV_PROJECT_ENVIRONMENT=/opt/venv
60+
source /opt/venv/bin/activate
6161
6262
# Pre-install build dependencies before any sync/lock operation
6363
uv pip install setuptools wheel pybind11 "Cython>=3.0.0" "numpy<2.0.0" ninja packaging poetry

0 commit comments

Comments
 (0)