Skip to content

Commit ba4f154

Browse files
authored
Re-enable pypy3-windows. Closes #358 (#403)
1 parent d098443 commit ba4f154

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ jobs:
7474
name: pypy3-ubuntu
7575
python-version: pypy3
7676

77-
# Disabling due to https://github.com/actions/setup-python/issues/151
78-
# - os: windows-latest
79-
# name: pypy3-windows
80-
# python-version: pypy3
77+
- os: windows-latest
78+
name: pypy3-windows
79+
python-version: pypy3
8180

8281
- os: macOS-latest
8382
name: pypy3-mac

0 commit comments

Comments
 (0)