From 75da40ad4ac9d297841b3519847860f2ddfc8846 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 15 Mar 2023 01:25:45 -0400
Subject: [PATCH] Attempt to fix deploy

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ca82a99a58..b1f2461815c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,7 +176,7 @@ coverity_scan:
   before_script:
     - python -m venv .venv
     - source .venv/bin/activate
-    - pip3 install --upgrade autobuild
+    - pip3 install --upgrade autobuild cmake
   script:
     - cov-configure --template --comptype clangcc --compiler clang-12
     - cov-configure --template --comptype clangcxx --compiler clang++-12
@@ -350,9 +350,9 @@ build:release:windows64:
     - docker
   allow_failure: false
   before_script:
-    - python -m venv .venv
+    - python3 -m venv .venv
     - ./.venv/bin/Activate.ps1
-    - pip install --upgrade sentry-cli
+    - pip3 install --upgrade sentry-cli
   script:
     - $BuildData = Get-Content ./build-vc-64/newview/Release/build_data.json | ConvertFrom-Json
     - $BuildChannelVersion = $BuildData.Channel + ' ' + $BuildData.Version
-- 
GitLab