From 7a00984b2781c27fdd5f7143667be71311c50f9c Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 20 Aug 2023 15:17:18 +0200 Subject: [PATCH] Remove dependencies --- .gitlab/ci/base_jobs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/base_jobs.yml b/.gitlab/ci/base_jobs.yml index 3c345ca0..35f2f686 100644 --- a/.gitlab/ci/base_jobs.yml +++ b/.gitlab/ci/base_jobs.yml @@ -1,4 +1,5 @@ .base_windows_build: + dependencies: [] before_script: - python -m pip install -U pip wheel - python -m pip install -r Tools/requirements.txt @@ -12,6 +13,7 @@ - build-x64-windows-release/ScreenPlay-Installer.exe .base_linux_build: + dependencies: [] before_script: # Otherwise libglib2 needs interaction - export DEBIAN_FRONTEND=noninteractive @@ -34,6 +36,7 @@ - build-x64-linux-release/bin/ .base_osx_build: + dependencies: [] before_script: - pip3 install -U pip - pip3 install -r Tools/requirements.txt