fix path for cicd
Some checks failed
/ test (push) Failing after 26s

This commit is contained in:
Michaël Ricart 2025-02-14 21:23:33 +01:00
parent 91a9359d3e
commit 594f75cb30

View file

@ -26,7 +26,8 @@ jobs:
ref: main
- name: Parsing conf
run: "cd parsers && python3 base.py"
run: "cd parsers && python3.11 base.py"
- name: Builing documentation
run: 'make html'