Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 491f565 commit 5355b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
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/ && \
export RETICULATE_PYTHON="./venv/bin/python"
export RETICULATE_PYTHON="./venv/bin/python" && \
Rscript -e "reticulate::py_discover_config()"
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 5355b0b

Please sign in to comment.