We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59dc16 commit 97685b0Copy full SHA for 97685b0
1 file changed
.github/workflows/test_macos.yml
@@ -60,7 +60,7 @@ jobs:
60
python -m pip install --upgrade cython
61
python -m pip install numpy jupyter jupyter_contrib_nbextensions
62
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
+ pip install -e .
64
- name: Install test dependencies
65
run: |
66
python -m pip install --upgrade pip
0 commit comments