Skip to content

Commit cf713d9

Browse files
committed
Use macos-latest
1 parent c82386f commit cf713d9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/smoke_test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"rzpipe",
1717
"click",
1818
]
19-
#
2019
# "kaleido",
2120
# "pandas",
2221
#]

0 commit comments

Comments
 (0)