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

This commit is contained in:
Louis Heredero 2025-01-24 13:59:41 +01:00
parent 4953f3f7b4
commit 9a00edf1d7
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -6,6 +6,7 @@ jobs:
unittests:
runs-on: ubuntu-latest
steps:
- run: echo "OS=${{ runner.os }} platform=${{ runner.platform }} arch=${{ runner.architecture }}"
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python