We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea31ff commit 84872c7Copy full SHA for 84872c7
1 file changed
.github/workflows/python-package.yml
@@ -31,7 +31,8 @@ jobs:
31
python -m pip install flake8 pytest
32
python -m pip install git+https://github.com/jsnagai/Nichesphere/
33
python -m pip install pycrosstalker
34
-
+ python -m pip install git+https://github.com/Costalab/PILOT@v2.0.4
35
+
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
- name: Lint with flake8
38
run: |
0 commit comments