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

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

View File

@ -4,16 +4,15 @@ on: [push, workflow_dispatch]
jobs:
unittests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10.12"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
python-version: "3.13"
- name: Installing dependencies
run: python -m pip install unittest
- name: Test with unittest