ci: retire un peu de docs
Some checks failed
BinGen / Build (push) Failing after 2m20s

This commit is contained in:
2025-07-09 22:36:18 +02:00
parent 7f1ea569a3
commit b5253ad093

View File

@@ -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