Skip to content

Commit

Permalink
Update R_CMD_check_main_weekly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax authored Jul 13, 2024
1 parent bb7c453 commit b9a1865
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 @@ -73,7 +73,7 @@ jobs:
shell: Rscript {0}
run: |
python_packages <-
c("polars", "tqdm", "connectorx", "pyarrow", "scikit-learn")
c("polars", "tqdm", "connectorx", "pyarrow", "numpy==1.26.4")
library(reticulate)
virtualenv_create("r-reticulate", Sys.which("python"))
Expand Down

0 comments on commit b9a1865

Please sign in to comment.