We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9d269 commit 292eca5Copy full SHA for 292eca5
1 file changed
.github/workflows/python-package.yml
@@ -32,6 +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
36
+
37
38
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
39
- name: Lint with flake8
0 commit comments