Skip to content

Commit

Permalink
export reticulat python and ignore .venv for r build
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 1ba70f1 commit 491f565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^Meta$
^Dockerfile$
^.devcontainer
^.venv/
5 changes: 3 additions & 2 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
run: |
uv venv -p 3.11 && \
uv pip install polars tqdm connectorx pyarrow pynvml numpy && \
uv pip install torch --index https://download.pytorch.org/whl/cpu/
uv pip install torch --index https://download.pytorch.org/whl/cpu/ && \
export RETICULATE_PYTHON="./venv/bin/python"
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
Expand Down

0 comments on commit 491f565

Please sign in to comment.