Skip to content

Commit

Permalink
Attempt to fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Apr 10, 2024
1 parent 1aad0c7 commit e31c207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manim/_config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from __future__ import annotations

import logging
import os
from contextlib import contextmanager
from typing import Any, Generator

Expand All @@ -20,6 +21,8 @@
"cli_ctx_settings",
]

os.environ["PYTHONIOENCODING"] = "utf-8"

parser = make_config_parser()

# The logger can be accessed from anywhere as manim.logger, or as
Expand Down

1 comment on commit e31c207

@JasonGrace2282
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The results of this run are here: https://github.com/ManimCommunity/manim/actions/runs/8634090337/job/23668707617?pr=3687#step:22:92
They resulted in no (?) output being generated

Please sign in to comment.