We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33474a3 commit c975734Copy full SHA for c975734
2 files changed
.github/workflows/documentation.yaml
@@ -30,11 +30,7 @@ jobs:
30
- name: Installation des dépendances
31
run: |
32
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
+ pip install -r requirements.txt
38
39
# Étape 4 : Générer la documentation
40
- name: Construction de la documentation (avec Sphinx)
.github/workflows/qualite.yaml
@@ -25,10 +25,7 @@ jobs:
25
26
27
28
- pip install pylint
29
# Étape 4 : Lancement de l'analyse
- name: Analyse avec Pylint (note >= 9.0 requise)
0 commit comments