From a560b0e86efb574a85bcbd149718d21e13696696 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 13 Oct 2022 10:13:23 +0100 Subject: [PATCH] Fix mistake in Gitlab CI config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9f711cf..713f38db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,8 @@ windows: before_script: - choco install python -y --version 3.8.6 script: - - py -m cibuildwheel --output-dir wheelhouse --platform windows - 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