From ef99b97816b3312805edb8cb998a7636e487e9f4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 11:11:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd806fe..a2375e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ default: image: python:3.10 before_script: - - pip install -r requirements.txt + - python3 -m pip install -r requirements.txt stages: # List of stages for jobs, and their order of execution - build