From d36b2d35c6d9fbeee8c720597895718810b015c6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 14 Aug 2020 11:42:25 +0100 Subject: [PATCH] fix PYTHON variable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c67398e0..e6e4531b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ windows: - windows - windows-1809 variables: - - PYTHON=C:\\Python36\\python + PYTHON: C:\\Python36\\python script: - choco install python3 --version 3.6.8 --no-progress -y - $PYTHON -m pip install -r requirements-dev.txt