From: Jessica Wagantall Date: Wed, 24 Apr 2024 17:37:19 +0000 (-0700) Subject: Fix: Update tox python version to 3.8 to match Jenkins X-Git-Tag: 2.0.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4d35a7482cb2760728374f92790bc432d9db6808;p=aiml-fw%2Fathp%2Fdata-extraction.git Fix: Update tox python version to 3.8 to match Jenkins Change-Id: I9e46c7ee583ef0d2beeaaac1700662ab6185e86e Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 006eacc..2dc5c84 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -81,7 +81,7 @@ jobs: GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} TOX_ENVS: '["code"]' - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.8' vote: if: ${{ always() }}