Skip to content

Commit 190d713

Browse files
committed
Add macos to ci.yml
1 parent 605a2d3 commit 190d713

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,18 @@ jobs:
8282
- name: Upload coverage report
8383
if: ${{ matrix.python-version == 3.6 && matrix.linking_method == 'static'}} # Only upload coverage once
8484
uses: codecov/codecov-action@v1
85+
86+
macos:
87+
- uses: actions/[email protected]
88+
with:
89+
submodules: recursive
90+
- name: Set up Python 3.6
91+
uses: actions/[email protected]
92+
with:
93+
python-version: 3.6
94+
- name: Install tox and upgrade setuptools and pip
95+
run: pip install --upgrade tox setuptools pip
96+
- name: Install yasm # Yasm in pypa/manylinux images.
97+
run: brew install yasm
98+
- name: Run tests
99+
run: tox -e py3

0 commit comments

Comments
 (0)