From 72c45d0848489f4f389c3d64e44d12a298431083 Mon Sep 17 00:00:00 2001 From: egillax Date: Tue, 17 Dec 2024 11:07:30 +0100 Subject: [PATCH] fix name of windows --- .github/workflows/R_CDM_check_hades.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R_CDM_check_hades.yaml b/.github/workflows/R_CDM_check_hades.yaml index e8be6f5..6559303 100644 --- a/.github/workflows/R_CDM_check_hades.yaml +++ b/.github/workflows/R_CDM_check_hades.yaml @@ -83,13 +83,13 @@ jobs: needs: check - name: setup r-reticulate venv - if: runner.os != 'windows-latest' + 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-latest' + 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/