From cb04405bc287614057f7234a471426919153e8b2 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Sat, 23 Sep 2023 23:09:11 +0200 Subject: [PATCH] Fixed prospector lint CI job --- .github/workflows/test.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 432f6ebf..a94dd600 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.9' architecture: x64 - name: Install tox run: | diff --git a/tox.ini b/tox.ini index 9d968ceb..2d5ba3cb 100644 --- a/tox.ini +++ b/tox.ini @@ -42,5 +42,5 @@ deps = prospector==1.3.0 pylint>=2.5.2,<2.6.0 -r{toxinidir}/tests/requirements.txt -basepython = python3.11 +basepython = python3.9 commands = prospector --profile .prospector.yaml {toxinidir}