Skip to content

Commit 201e387

Browse files
committed
Update uv env install
1 parent e18c71a commit 201e387

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ tmp*
176176
*.zip
177177
*.bak
178178
*output*
179+
carps/build/lib
179180

180181
container/python_packages/*
181182
slurmlogs/*

carps/build/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ OS := $(shell uname)
8181
uvenv:
8282
pip install uv
8383
export PATH="$HOME/.local/bin:$PATH"
84-
uv venv --python=3.12 .venv
85-
. .venv/bin/activate
86-
python -m ensurepip --upgrade
87-
python -m pip install uv --upgrade
88-
uv pip install setuptools wheel
84+
uv venv --python=3.13 .venv
85+
. .venv/bin/activate && \
86+
python -m ensurepip --upgrade && \
87+
python -m pip install uv --upgrade && \
88+
uv pip install setuptools wheel && \
8989

9090
optimizer_smac:
9191
$(PIP) install swig

0 commit comments

Comments
 (0)