Skip to content

Commit e70c644

Browse files
committed
cosmetic change
1 parent b980af2 commit e70c644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/test/e2e/ci/bash/osparc_version.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trap 'rm -rf ${report}' ERR
1111
if [ "${version}" == "latest_release" ]; then
1212
pip install osparc --force-reinstall --dry-run --quiet --report "${report}"
1313
elif [ "${version}" == "latest_master" ]; then
14-
pip install osparc --force-reinstall --dry-run --quiet --pre --report "${report}"
14+
pip install osparc --pre --force-reinstall --dry-run --quiet --report "${report}"
1515
else
1616
pip install osparc=="${version}" --force-reinstall --dry-run --quiet --report "${report}"
1717
fi

0 commit comments

Comments
 (0)