From 8da1cb622f17dda8967d5276a12e5b44cda9ff5d Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Mon, 9 Oct 2023 15:22:28 +0200 Subject: [PATCH] ci: Install and update pip packages. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bb1e367..58831384 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ build-linux: # Setup virtual env - python3 -m venv linux-venv - . linux-venv/bin/activate - - pip3 install -r ../requirements.txt + - pip3 install -U -r ../requirements.txt # Run Pyinstaller - pyinstaller -y --paths linux-venv/lib/python3.8/site-packages ../src/pamhyr.py # Create directory @@ -218,7 +218,7 @@ build-windows: - mkdir windows - cd windows # Setup env - - python -m pip install -r ..\requirements.txt + - python -m pip install -U -r ..\requirements.txt # Run Pyinstaller - pyinstaller -y ..\src\pamhyr.py # Create directory