Merge pull request #945 from chenrui333/patch-5

pylint: use python 3.9 and setup-python@v2
This commit is contained in:
Andy McKay
2021-06-25 13:58:35 -07:00
committed by GitHub
+3 -3
View File
@@ -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