From 4f17e8ccdd8c86b10d773417b346338f35bd394c Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:46:25 -0700 Subject: [PATCH] tests: Run Static Analysis with 3.11 --- .github/workflows/ci_static-analysis.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_static-analysis.yaml b/.github/workflows/ci_static-analysis.yaml index 46f1ea9..f9f93bc 100644 --- a/.github/workflows/ci_static-analysis.yaml +++ b/.github/workflows/ci_static-analysis.yaml @@ -1,4 +1,4 @@ -# This workflow runs static analysis checks on pull requests. +# This workflow runs static analysis checks on pull requests.l name: static analysis on: @@ -29,7 +29,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.x + python-version: 3.11 + # Python 3.12 has pip issues, use 3.11 - run: | python -m pip install --upgrade pip pip install --upgrade -r ci-requirements.txt