Skip to content

Commit

Permalink
remove env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 534795c commit 1ba70f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
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/
env:
UV_SYSTEM_PYTHON: 1

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
Expand Down

0 comments on commit 1ba70f1

Please sign in to comment.