1
0
Fork 0
mirror of synced 2024-06-09 22:24:40 +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
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip