From b5253ad093bb23858aee96a9ebef614440f0c451 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Jul 2025 22:36:18 +0200 Subject: [PATCH] ci: retire un peu de docs --- .gitea/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4d4618d..2df0ab6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -24,13 +24,8 @@ jobs: run: | mkdir -p wine-python cd wine-python - - # Télécharger l'installeur MSI de Python wget https://www.python.org/ftp/python/3.11.8/python-3.11.8-amd64.exe -O python-installer.exe - - # Installer Python via Wine wine python-installer.exe /quiet InstallAllUsers=1 PrependPath=1 Include_pip=1 - wine 'C:\Program Files\Python311\python.exe' --version - name: Installer PyInstaller