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

This commit is contained in:
Louis Heredero 2025-01-24 14:15:46 +01:00
parent 52783f45b9
commit f9a40fa8df
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -12,7 +12,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13.1'
python-version: "3.13.1"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Installing dependencies
run: python -m pip install unittest
- name: Test with unittest