Skip to content

Commit

Permalink
debugactions
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 31c846c commit f35db9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ jobs:

- name: setup r-reticulate venv
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/ && \
export RETICULATE_PYTHON="./venv/bin/python" && \
uv run Rscript -e "reticulate::py_discover_config()"
- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit f35db9e

Please sign in to comment.