File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ jobs:
3636 run : uv sync --all-extras --dev
3737
3838 - name : Run tests
39- run : uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
39+ run : uv run python -Xutf8 - m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
4040
4141 - name : Run isolated tests
4242 run :
43- uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests_isolated
43+ uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml
44+ tests_isolated
4445
4546 - name : Upload test results to Codecov
4647 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ typecheck: ## Perform type checking
3333.PHONY : test
3434test : # # Test the code with pytest.
3535 @echo " 🚀 Testing code: Running pytest"
36- @uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
37- @uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests_isolated
36+ @uv run python -Xutf8 - m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
37+ @uv run python -Xutf8 - m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests_isolated
3838
3939.PHONY : docs-test
4040docs-test : # # Test if documentation can be built without warnings or errors
You can’t perform that action at this time.
0 commit comments