Re-enable pypy3-windows. Closes #358 (#403)

This commit is contained in:
Charles Machalow 2020-12-08 19:44:43 -08:00 committed by GitHub
parent d0984435f9
commit ba4f15431c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -74,10 +74,9 @@ jobs:
name: pypy3-ubuntu
python-version: pypy3
# Disabling due to https://github.com/actions/setup-python/issues/151
# - os: windows-latest
# name: pypy3-windows
# python-version: pypy3
- os: windows-latest
name: pypy3-windows
python-version: pypy3
- os: macOS-latest
name: pypy3-mac