We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bccb7 commit 7b9d269Copy full SHA for 7b9d269
1 file changed
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
python -m pip install flake8 pytest
32
python -m pip install pilotpy
33
- python -m pip install git+https://github.com/jsnagai/Nichesphere/
+ python -m pip install git+https://github.com/Costalab/Nichesphere/
34
python -m pip install pycrosstalker
35
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments