fixed workflow
All checks were successful
Python unit tests / unittests (push) Successful in 5s

This commit is contained in:
Louis Heredero 2025-01-24 14:58:19 +01:00
parent ec66dd34db
commit 7b41eb311d
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -13,7 +13,5 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13" python-version: "3.13"
- name: Installing dependencies
run: python -m pip install unittest
- name: Test with unittest - name: Test with unittest
run: python -m unittest run: python -m unittest