We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292eca5 commit d332750Copy full SHA for d332750
1 file changed
.github/workflows/python-package.yml
@@ -32,7 +32,8 @@ jobs:
32
python -m pip install pilotpy
33
python -m pip install git+https://github.com/Costalab/Nichesphere/
34
python -m pip install pycrosstalker
35
- python -m pip install scaccordion
+ #python -m pip install scaccordion
36
+ python -m pip install git+https://github.com/CostaLab/IntraTalkerpy/
37
38
39
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
0 commit comments