From: Aarni Koskela Date: Wed, 5 Mar 2025 06:56:51 +0000 (+0200) Subject: Try to fix PyPy CI flake X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1e05af80776f7575e83f7975f294686d9a0203;p=thirdparty%2Fbabel.git Try to fix PyPy CI flake --- 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 }}