Skip to content

Commit

Permalink
Allow CI to build wheels while running other tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Nov 29, 2023
1 parent dd1b354 commit c6985c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,6 @@ workflows:
ignore:
- gh-pages
- wheels:
requires:
- py38
- py39
- py310
- py311
- py312
- lint_and_docs
filters:
tags:
only: /^v.*/
Expand All @@ -329,6 +322,7 @@ workflows:
- py311
- py312
- lint_and_docs
- wheels
filters:
tags:
only: /^v.*/
Expand All @@ -342,6 +336,7 @@ workflows:
- py311
- py312
- lint_and_docs
- wheels
filters:
tags:
only: /^v.*/
Expand Down

0 comments on commit c6985c4

Please sign in to comment.