Attempt to fix windows test

This commit is contained in:
JasonGrace2282 2024-04-10 11:44:25 -04:00
commit e31c2077cd

View file

@ -3,6 +3,7 @@
from __future__ import annotations
import logging
import os
from contextlib import contextmanager
from typing import Any, Generator
@ -20,6 +21,8 @@ __all__ = [
"cli_ctx_settings",
]
os.environ["PYTHONIOENCODING"] = "utf-8"
parser = make_config_parser()
# The logger can be accessed from anywhere as manim.logger, or as