We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c12ad commit e035929Copy full SHA for e035929
.github/workflows/python-package.yml
@@ -20,6 +20,7 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v4
23
+ - uses: r-lib/actions/setup-r@v2
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v3
26
with:
@@ -30,7 +31,9 @@ jobs:
30
31
python -m pip install flake8 pytest
32
python -m pip install nichesphere
33
python -m pip install pycrosstalker
34
+ python -m pip install git+https://github.com/jsnagai/scACCorDiON
35
python -m pip install pilotpy
36
+
37
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
38
- name: Lint with flake8
39
run: |
0 commit comments