mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Attempt to fix windows test
This commit is contained in:
parent
1aad0c7b1a
commit
e31c2077cd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue