ci: Minor change.

setup.py
Pierre-Antoine Rouby 2024-02-05 11:18:33 +01:00
parent 16caae9d40
commit fe3f151e0b
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ build-windows:
- mkdir windows
- cd windows
# Setup env
- pip3 install -U pip
- python -m pip install -U pip
- python -m pip install -r ..\requirements.txt
- python -m pip install -U -r ..\requirements.txt
# Run Pyinstaller