diff --git a/.github/workflows/R_CDM_check_hades.yaml b/.github/workflows/R_CDM_check_hades.yaml index 6559303..00310c8 100644 --- a/.github/workflows/R_CDM_check_hades.yaml +++ b/.github/workflows/R_CDM_check_hades.yaml @@ -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