From c6985c43a917813fb7e0f0521836d6cc58a9b2ca Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 29 Nov 2023 13:33:39 -0500 Subject: [PATCH] Allow CI to build wheels while running other tests. --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c203de50a..b980e48d6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,13 +308,6 @@ workflows: ignore: - gh-pages - wheels: - requires: - - py38 - - py39 - - py310 - - py311 - - py312 - - lint_and_docs filters: tags: only: /^v.*/ @@ -329,6 +322,7 @@ workflows: - py311 - py312 - lint_and_docs + - wheels filters: tags: only: /^v.*/ @@ -342,6 +336,7 @@ workflows: - py311 - py312 - lint_and_docs + - wheels filters: tags: only: /^v.*/