Skip to content

Commit d332750

Browse files
authored
Update Python package installation in workflow
Comment out scaccordion installation and add IntraTalkerpy.
1 parent 292eca5 commit d332750

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
python -m pip install pilotpy
3333
python -m pip install git+https://github.com/Costalab/Nichesphere/
3434
python -m pip install pycrosstalker
35-
python -m pip install scaccordion
35+
#python -m pip install scaccordion
36+
python -m pip install git+https://github.com/CostaLab/IntraTalkerpy/
3637
3738
3839
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)