From d9d4c050b8ac441be30567b7dfe41cf169865cc3 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 25 Nov 2022 16:49:19 +0000 Subject: [PATCH] fix gitlab windows ci config --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 713f38db..f503e6d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ windows: - choco install python -y --version 3.8.6 script: - py -m pip install -e ".[dev]" pytest-custom-exit-code - - py -m cibuildwheel --output-dir wheelhouse --platform windows - py bin\run_tests.py tags: - windows