From: Jessica Wagantall Date: Tue, 2 Apr 2024 21:02:20 +0000 (-0700) Subject: Fix: Update Python version to 3.8 and envs to only code X-Git-Tag: 2.0.0~10 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F12643%2F1;p=aiml-fw%2Fawmf%2Ftm.git Fix: Update Python version to 3.8 and envs to only code This matches what Jenkins is verifying Change-Id: I9632aa2fbe81f58bc5716887a7cad518920d6edf Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index 376f125..6fb7796 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-verify.yaml @@ -81,7 +81,8 @@ jobs: GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }} GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - TOX_ENVS: '["code","docs","docs-linkcheck"]' + TOX_ENVS: '["code"]' + PYTHON_VERSION: '3.8' vote: if: ${{ always() }}