From 31c6cfa491e704c9eace332dea05ca0005d2cc64 Mon Sep 17 00:00:00 2001 From: George Yiasemis <georgeyiasemis@hotmail.com> Date: Thu, 6 Jun 2024 15:35:52 +0200 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 4c2321c2..d9381901 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.10 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: '3.10' + python-version: '3.9' - name: Install dependencies run: | python -m pip install --upgrade pip