We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 719f582 + 9f75879 commit dac2bdaCopy full SHA for dac2bda
build/setup_python_env.sh
@@ -42,7 +42,7 @@ source "${VENV_PATH}/${VENV_NAME}/${PY_SCRIPTS}/activate" || error
42
${PYEXE} -m pip install --upgrade pip || error
43
${PYEXE} -m pip install -r requirements.txt || error
44
echo "***** Get and Install Runtime"
45
-RUNTIMEURL="https://api.github.com/repos/CloudRisk/rune-python-runtime/releases/latest"
+RUNTIMEURL="https://api.github.com/repos/finos/rune-python-runtime/releases/latest"
46
# Fetch the latest release data from the GitHub API
47
release_data=$(curl -s $RUNTIMEURL)
48
# Extract the download URL of the first asset
0 commit comments