Skip to content

Commit 97685b0

Browse files
committed
fix CI error
1 parent e59dc16 commit 97685b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m pip install --upgrade cython
6161
python -m pip install numpy jupyter jupyter_contrib_nbextensions
6262
python -m pip install -U scipy scikit-learn # installing without this line will cause errors on GitHub Actions, while instsalling locally won't
63-
python setup.py install
63+
pip install -e .
6464
- name: Install test dependencies
6565
run: |
6666
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)