Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
fix(ci): set python-version to '3.10'
Browse files Browse the repository at this point in the history
thi will use the latest 3.10 version found in actions/python-versions
versions-manifest.json
  • Loading branch information
cesarcoatl committed Nov 10, 2021
1 parent 4eff3a0 commit c58c394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10.0
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c58c394

Please sign in to comment.