Fix pipeline

This commit is contained in:
Borrell.Guillem@bcg.com 2023-09-18 10:49:08 +02:00
parent 237cf81fe6
commit eff7910b51

View file

@ -35,7 +35,8 @@ jobs:
- id: install-deps-and-build
name: Install dependencies and test
run: |
pip install -r requirements.txt
pip install -e .
pip install -e .[doc]
mkdocs build --site-dir build
- name: Setup Pages