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

This commit is contained in:
Louis Heredero 2025-01-24 13:17:19 +01:00
parent eb532f50da
commit 88ba39e6db
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -11,8 +11,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Test with pytest
python-version: '3.13.1'
- name: Test with unittest
run: |
pip install unittest
python -m unittest