Skip to content

Commit

Permalink
finish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent a486d4d commit e48a17c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ jobs:
- name: setup r-reticulate venv
run: |
uv pip install polars tqdm connectorx pyarrow pynvml numpy && \
uv pip install torch --index https://download.pytorch.org/whl/cpu/ && \
uv run Rscript -e "reticulate::py_discover_config()"
uv pip install torch --index https://download.pytorch.org/whl/cpu/
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit e48a17c

Please sign in to comment.