From: Jessica Wagantall Date: Mon, 1 Apr 2024 23:21:50 +0000 (-0700) Subject: Fix: Update tox verify workflow X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app%2Fqp.git;a=commitdiff_plain;h=54fb08036fa2bc1dd91d1a7f2ea5130b8af8f8eb Fix: Update tox verify workflow - Update python version to match Jenkins - Update location of pre-build script - Update tox envs to match ci-management Change-Id: Ia0f9f267db55a810b51aa5b395811f76c7bb9c89 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index eb31e11..6f73177 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-verify.yaml @@ -81,7 +81,9 @@ jobs: GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }} GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - TOX_ENVS: '["flake8","code","docs","docs-linkcheck"]' + TOX_ENVS: '["flake8","code"]' + PRE_BUILD_SCRIPT_URL: "https://raw.githubusercontent.com/o-ran-sc/ci-management/master/jjb/shell/install-deb-rmr.sh" + PYTHON_VERSION: "3.10" vote: if: ${{ always() }}