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

This commit is contained in:
Louis Heredero 2025-01-24 13:49:27 +01:00
parent 787a35c31b
commit c07d4df262
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Installing dependencies
run: python -m pip install unittest
- name: Test with unittest
run: |
pip install unittest
python -m unittest
run: python -m unittest