fixed workflow python version
Some checks failed
Python unit tests / unittests (push) Failing after 5s

This commit is contained in:
Louis Heredero 2025-01-24 13:20:16 +01:00
parent 88ba39e6db
commit 908b10517d
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13.1'
python-version: '3.x'
- name: Test with unittest
run: |
pip install unittest