Skip to content

Commit 6447435

Browse files
CI: Ajout de la dépendance Altair dans les workflows
- Ajout de la dépendance Altaire dans les workflows
1 parent 12c79ea commit 6447435

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
pip install sphinx
3434
pip install sphinx_rtd_theme --break-system-packages
3535
pip install colorama
36+
pip install altair
3637
3738
# Étape 4 : Générer la documentation
3839
- name: Construction de la documentation (avec Sphinx)

.github/workflows/qualite.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install pylint
2929
pip install colorama
30+
pip install altair
3031
3132
# Étape 4 : Lancement de l'analyse
3233
- name: Analyse avec Pylint (note >= 9.0 requise)

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install colorama
36+
pip install altair
3637
pip install pytest
3738
pip install pytest-cov
3839
pip install pytest-mock

0 commit comments

Comments
 (0)