Skip to content

Commit aee73ed

Browse files
committed
Update setup.py
1 parent d7ec90f commit aee73ed

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/smoke_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
"rzpipe",
1717
"click",
1818
]
19-
#
20-
# "kaleido",
21-
# "pandas",
22-
#]
19+
# "kaleido",
20+
# "pandas",
21+
# ]
2322

2423
setuptools.setup(
2524
name="quark-engine", # Replace with your own username

0 commit comments

Comments
 (0)