Skip to content

Commit

Permalink
Update R_CMD_check_main_weekly.yaml
Browse files Browse the repository at this point in the history
add pynvml
  • Loading branch information
egillax authored Jul 23, 2024
1 parent 64c4555 commit f33b761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R_CMD_check_main_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
WEBAPI_TEST_SECURE_WEBAPI_URL: ${{ secrets.WEBAPI_TEST_SECURE_WEBAPI_URL }}
WEBAPI_TEST_ADMIN_USER_NAME: ${{ secrets.WEBAPI_TEST_ADMIN_USER_NAME }}
WEBAPI_TEST_ADMIN_USER_PASSWORD: ${{ secrets.WEBAPI_TEST_ADMIN_USER_PASSWORD }}
TORCH_INSTALL: '1'

steps:
- uses: actions/checkout@v3
Expand All @@ -75,7 +74,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 f33b761

Please sign in to comment.