Skip to content

Commit

Permalink
pylint: use python 3.9 and setup-python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Jun 21, 2021
1 parent 0dd0ee5 commit ba02434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba02434

Please sign in to comment.