Skip to content

Commit cffc304

Browse files
CI: Ajout de la dépendance pandas aux workflows
- Ajout de la dépendance pandas aux workflows
1 parent 6447435 commit cffc304

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
@@ -34,6 +34,7 @@ jobs:
3434
pip install sphinx_rtd_theme --break-system-packages
3535
pip install colorama
3636
pip install altair
37+
pip install pandas
3738
3839
# Étape 4 : Générer la documentation
3940
- 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
@@ -28,6 +28,7 @@ jobs:
2828
pip install pylint
2929
pip install colorama
3030
pip install altair
31+
pip install pandas
3132
3233
# Étape 4 : Lancement de l'analyse
3334
- 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
@@ -34,6 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install colorama
3636
pip install altair
37+
pip install pandas
3738
pip install pytest
3839
pip install pytest-cov
3940
pip install pytest-mock

0 commit comments

Comments
 (0)