From: Aarni Koskela Date: Tue, 25 Jan 2022 12:26:23 +0000 (+0200) Subject: CI: remove exclusion for Windows Pypy3 X-Git-Tag: v2.10.0~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9cc6c19b9e0f30c950c53a32705e7568ea7d48;p=thirdparty%2Fbabel.git CI: remove exclusion for Windows Pypy3 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cc7ab88..d0965b34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,6 @@ jobs: matrix: os: [ubuntu-18.04, windows-2019, macos-10.15] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] - exclude: - - os: windows-2019 - python-version: pypy3 - # TODO: Remove this; see: - # https://github.com/actions/setup-python/issues/151 - # https://github.com/tox-dev/tox/issues/1704 - # https://foss.heptapod.net/pypy/pypy/-/issues/3331 env: BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1" BABEL_CLDR_QUIET: "1"