From e622cad03d8992763801ef4d5f77a212e70c31d7 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@subcom.tech> Date: Mon, 10 Oct 2022 21:03:06 +0530 Subject: [PATCH] chore: Use windows specific `before_script` --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3048b5e..8a40224 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ build:windows: stage: build tags: - windows + before_script: + - choco.exe install -y python script: - python -m pip install . - python -m bitia --help -- GitLab