From: Jessica Wagantall Date: Tue, 2 Apr 2024 20:55:21 +0000 (-0700) Subject: Fix: Update Python version to 3.10 and envs to only code X-Git-Tag: 2.0.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4ff159f3b4c5fd02f41e5e60a500dd7e1c22ec0b;p=aiml-fw%2Fathp%2Fdata-extraction.git Fix: Update Python version to 3.10 and envs to only code This matches what Jenkins is verifying Change-Id: Ibb48be4fe91e8bd6b8d86b7ebf71ab8a717e9f87 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index 376f125..e2274f7 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.10' vote: if: ${{ always() }}