Skip to content

Commit 635f0a7

Browse files
committed
Enable macOS testing on GHA
1 parent d64ec35 commit 635f0a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
# runs-on: windows-latest
4545
# python_platform: win32
4646
# matrix: windows
47-
# - name: macOS
48-
# runs-on: macos-latest
49-
# python_platform: darwin
50-
# matrix: macos
47+
- name: macOS
48+
runs-on: macos-latest
49+
python_platform: darwin
50+
matrix: macos
5151
python:
5252
- name: CPython 2.7
5353
tox: py27

0 commit comments

Comments
 (0)