Set python-version input in test workflow lint step.
parent
b1fcedbaed
commit
7b7de54e60
|
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install tools needed
|
- name: Install tools needed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue