From ba0243447c0c862c1e75245d03fa2f6b0a75c8a8 Mon Sep 17 00:00:00 2001 From: rui Date: Mon, 21 Jun 2021 13:32:13 -0400 Subject: [PATCH] pylint: use python 3.9 and setup-python@2 --- ci/pylint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pylint.yml b/ci/pylint.yml index c16ba22..0805af7 100644 --- a/ci/pylint.yml +++ b/ci/pylint.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 - uses: actions/setup-python@v1 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip