Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ def unittest_workflows(indentation=6):
w = []
for os_type in ["windows"]:
for python_version in PYTHON_VERSIONS:
# Turn off unit tests for 3.11, unit test are not setup properly in circleci
if python_version == "3.11":
continue

w.append(
{
f"unittest_{os_type}": {
Expand Down