1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00

workflows: Quote python version in pylint

This commit is contained in:
Stelios Tsampas 2022-09-07 19:22:50 +03:00
parent 6a2af0be7c
commit ea383578f9

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 python-version: '3.10'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip