Skip to content

Commit

Permalink
python up one version, remove sklearn dependancy from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 10, 2024
1 parent 4b99d90 commit 3f2de8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R_CMD_check_main_weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- uses: r-lib/actions/setup-tinytex@v2

Expand All @@ -73,7 +73,7 @@ jobs:
shell: Rscript {0}
run: |
python_packages <-
c("polars", "tqdm", "connectorx", "pyarrow", "scikit-learn")
c("polars", "tqdm", "connectorx", "pyarrow")
library(reticulate)
virtualenv_create("r-reticulate", Sys.which("python"))
Expand Down

0 comments on commit 3f2de8c

Please sign in to comment.