Set python-version input in test workflow lint step.
parent
b1fcedbaed
commit
7b7de54e60
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue