Also fix MacOS CI by installing Python3
This commit is contained in:
Alon Zakai
2020-02-14 09:07:32 -08:00
committed by GitHub
parent 5892e95b60
commit 1458145cf4
2 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ jobs:
- run:
name: Install cmake
command: brew install cmake
- run:
name: Install python 3
command: brew install python3
- run: ./test.sh
- run: ./test.py
test-windows: