File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- os : [ubuntu-latest, macos-10.15 , windows-latest]
25+ os : [ubuntu-latest, macos-latest , windows-latest]
2626 python-version : [3.8, 3.9]
2727
2828 steps :
@@ -47,10 +47,13 @@ jobs:
4747 - run : sudo apt-get -y install graphviz
4848 if : matrix.os == 'ubuntu-latest'
4949 - run : brew install graphviz
50- if : matrix.os == 'macOS-10.15 '
50+ if : matrix.os == 'macOS-latest '
5151 - run : choco install graphviz
5252 if : matrix.os == 'windows-latest'
5353
54+ - run : python -m pip install cython numpy versioneer pybind11 matplotlib lxml
55+ if : matrix.os == 'macOS-latest'
56+
5457 - name : Install Quark-Engine
5558 run : |
5659 python setup.py build
Original file line number Diff line number Diff line change 1616 "rzpipe" ,
1717 "click" ,
1818]
19- #
2019# "kaleido",
2120# "pandas",
2221#]
You can’t perform that action at this time.
0 commit comments