From fe3f151e0b6f91259b98cce638789859313b310c Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Mon, 5 Feb 2024 11:18:33 +0100 Subject: [PATCH] ci: Minor change. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7537513..0a52372f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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