Skip to content

Commit

Permalink
add pynvml
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 23, 2024
1 parent 3ee1bb5 commit af4c29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_main_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
shell: Rscript {0}
run: |
python_packages <-
c("polars", "tqdm", "connectorx", "pyarrow", "numpy==1.26.4")
c("polars", "tqdm", "connectorx", "pyarrow", "pynvml", "numpy==1.26.4")
library(reticulate)
virtualenv_create("r-reticulate", Sys.which("python"), packages=python_packages)
Expand Down

0 comments on commit af4c29c

Please sign in to comment.