Set python-version input in test workflow lint step.

master
Fabio Caccamo 2023-11-06 23:53:10 +01:00
parent b1fcedbaed
commit 7b7de54e60
1 changed files with 1 additions and 0 deletions

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