Set python-version input in test workflow lint step.
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install tools needed
|
||||
|
||||
Reference in New Issue
Block a user