Skip to content

Commit b3d37c9

Browse files
committed
ci (python) correct package name
1 parent 039ebb0 commit b3d37c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildAmici.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ make python-sdist
2121

2222
python3 -m venv ${AMICI_PATH}/build/venv --clear
2323
source ${AMICI_PATH}/build/venv/bin/activate
24-
pip3 install `ls -t ${AMICI_PATH}/build/python/amici-*.tgz | head -1`
24+
pip3 install `ls -t ${AMICI_PATH}/build/python/amici-*.tar.gz | head -1`

0 commit comments

Comments
 (0)