File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ setuptools >= 62.0
2+ pytest
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ rm -rf "${VENV_PATH}/${VENV_NAME}"
4040${PYEXE} -m venv --clear " ${VENV_PATH} /${VENV_NAME} " || error
4141source " ${VENV_PATH} /${VENV_NAME} /${PY_SCRIPTS} /activate" || error
4242${PYEXE} -m pip install --upgrade pip || error
43- ${PYEXE} -m pip install " setuptools>=62.0 " || error
44- echo " ***** Install Runtime"
43+ ${PYEXE} -m pip install -r requirements.txt || error
44+ echo " ***** Get and Install Runtime"
4545RUNTIMEURL=" https://api.github.com/repos/CloudRisk/rune-python-runtime/releases/latest"
4646# Fetch the latest release data from the GitHub API
4747release_data=$( curl -s $RUNTIMEURL )
5858fi
5959${PYEXE} -m pip install rune_runtime* -py3-* .whl --force-reinstall || error
6060rm rune_runtime* -py3-* .whl
61- ${PYEXE} -m pip install pytest || error
6261deactivate
6362
You can’t perform that action at this time.
0 commit comments