Skip to content

Commit 292eca5

Browse files
authored
Install scaccordion in Python workflow
Add scaccordion to the list of Python packages to install.
1 parent 7b9d269 commit 292eca5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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
36+
3537
3638
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3739
- name: Lint with flake8

0 commit comments

Comments
 (0)