Skip to content

Commit 84872c7

Browse files
authored
Update python-package.yml
1 parent 3ea31ff commit 84872c7

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
@@ -31,7 +31,8 @@ jobs:
3131
python -m pip install flake8 pytest
3232
python -m pip install git+https://github.com/jsnagai/Nichesphere/
3333
python -m pip install pycrosstalker
34-
34+
python -m pip install git+https://github.com/Costalab/PILOT@v2.0.4
35+
3536
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3637
- name: Lint with flake8
3738
run: |

0 commit comments

Comments
 (0)