Compare commits

...

2 commits

Author SHA1 Message Date
Michaël Ricart
c668fc03da fix dependences
Some checks failed
/ test (push) Failing after 14s
2025-02-14 21:31:35 +01:00
Michaël Ricart
a5b2fc374f fix dependences 2025-02-14 21:31:15 +01:00

View file

@ -5,10 +5,8 @@ on:
jobs:
test:
runs-on: self-hosted
steps:
- name: 'install dependences'
run: 'python3 -m pip install jinja2'
- name: Checkout
uses: actions/checkout@v4