Skip to content

Commit e035929

Browse files
authored
Update python-package.yml
1 parent d9c12ad commit e035929

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: r-lib/actions/setup-r@v2
2324
- name: Set up Python ${{ matrix.python-version }}
2425
uses: actions/setup-python@v3
2526
with:
@@ -30,7 +31,9 @@ jobs:
3031
python -m pip install flake8 pytest
3132
python -m pip install nichesphere
3233
python -m pip install pycrosstalker
34+
python -m pip install git+https://github.com/jsnagai/scACCorDiON
3335
python -m pip install pilotpy
36+
3437
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3538
- name: Lint with flake8
3639
run: |

0 commit comments

Comments
 (0)