Skip to content

Commit

Permalink
Merge 9cf1006 into 36d4554
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Apr 24, 2020
2 parents 36d4554 + 9cf1006 commit 7f85692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -20,6 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install system dependencies [Ubuntu]
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y graphviz gcc-multilib
Expand Down

0 comments on commit 7f85692

Please sign in to comment.