Skip to content

Commit

Permalink
CI: remove exclusion for Windows Pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 25, 2022
1 parent 95c6c1f commit aa9cc6c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa9cc6c

Please sign in to comment.