Set python-version input in test workflow lint step.

This commit is contained in:
Fabio Caccamo
2023-11-06 23:53:10 +01:00
parent b1fcedbaed
commit 7b7de54e60
+1
View File
@@ -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