From 0295f9a0cb74394b6af58bc14dc76c1020959a9c Mon Sep 17 00:00:00 2001 From: Faerbit Date: Tue, 27 Sep 2022 20:56:21 +0200 Subject: [PATCH] [ci,windows] Fix windows is using stupid path separators --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77d19a4..dd06b92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ package_windows: - windows - windows-1809 variables: - PYTHON: "C:\Python310\python.exe" + PYTHON: "C:\\Python310\\python.exe" before_script: - choco install python --version=$PYTHON_VERSION -y --no-progress - $PYTHON --version