Skip to content

Commit

Permalink
install python for anndata
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Jun 18, 2024
1 parent 2bf0ac9 commit 7f61e10
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ jobs:
with:
extra-packages: any::covr, any::xml2, any::testthat, any::BiocNeighbors

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install anndata
pip install numpy
env:
RETICULATE_PYTHON: /opt/hostedtoolcache/Python/3.8.10/x64/bin/python

- name: Install package
run: |
remotes::install_local()
Expand Down

0 comments on commit 7f61e10

Please sign in to comment.