Skip to content

Commit

Permalink
no special case
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 72c45d0 commit 8bf1932
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,8 @@ jobs:
needs: check

- name: setup r-reticulate venv
if: runner.os != 'Windows'
run: |
uv pip install polars tqdm connectorx pyarrow pynvml numpy && \
uv pip install torch --index https://download.pytorch.org/whl/cpu/
- name: setup r-reticulate venv windows
if: runner.os == 'Windows'
run: |
uv pip install polars tqdm connectorx pyarrow pynvml numpy;
uv pip install polars tqdm connectorx pyarrow pynvml numpy
uv pip install torch --index https://download.pytorch.org/whl/cpu/
- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 8bf1932

Please sign in to comment.