Skip to content

Commit 985646a

Browse files
committed
ci(python) no --user in venv; install wheel
1 parent f991ce6 commit 985646a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/buildAmici.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ make python-sdist
2121
set -x
2222
python3 -m venv ${AMICI_PATH}/build/venv --clear
2323
source ${AMICI_PATH}/build/venv/bin/activate
24-
pip3 install --upgrade pip
25-
pip3 install pkgconfig wheel
24+
pip3 install --upgrade pip setuptools pkgconfig wheel
2625
pip3 install --verbose `ls -t ${AMICI_PATH}/build/python/amici-*.tar.gz | head -1`

0 commit comments

Comments
 (0)