From ef1e05af80776f7575e83f7975f294686d9a0203 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 5 Mar 2025 08:56:51 +0200 Subject: [PATCH] Try to fix PyPy CI flake --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5ed97f2..2fb4b371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: env: COVERAGE_XML_PATH: ${{ runner.temp }} BABEL_TOX_EXTRA_DEPS: pytest-github-actions-annotate-failures + LC_ALL: C # Python 3.10.16[pypy-7.3.19-final] in GHA failed with "unsupported locale setting" - uses: codecov/codecov-action@v5 with: directory: ${{ runner.temp }} -- 2.47.3