File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Installation des dépendances
3131 run : |
3232 python -m pip install --upgrade pip
33- pip install sphinx
34- pip install sphinx_rtd_theme --break-system-packages
35- pip install colorama
36- pip install altair
37- pip install pandas
33+ pip install -r requirements.txt
3834
3935 # Étape 4 : Générer la documentation
4036 - name : Construction de la documentation (avec Sphinx)
Original file line number Diff line number Diff line change 2525 - name : Installation des dépendances
2626 run : |
2727 python -m pip install --upgrade pip
28- pip install pylint
29- pip install colorama
30- pip install altair
31- pip install pandas
28+ pip install -r requirements.txt
3229
3330 # Étape 4 : Lancement de l'analyse
3431 - name : Analyse avec Pylint (note >= 9.0 requise)
Original file line number Diff line number Diff line change 3232 - name : Installer les dépendances
3333 run : |
3434 python -m pip install --upgrade pip
35- pip install colorama
36- pip install altair
37- pip install pandas
38- pip install pytest
39- pip install pytest-cov
40- pip install pytest-mock
35+ pip install -r requirements.txt
4136
4237 # Étape 4 : Lancer les tests unitaires
4338 - name : Lancer les tests unitaires
You can’t perform that action at this time.
0 commit comments