Skip to content

Commit ea0897b

Browse files
committed
Test R fix
To get around "'x' must be an array of at least two dimensions" - probably a numpy 2.0 + older reticulate error
1 parent 4c19919 commit ea0897b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# We need to remove R to pull in a version that's compatible with CRAN, weirdly.
4242
sudo apt-get update
4343
sudo apt-get remove r-base-core
44-
sudo apt-get install r-cran-reticulate r-cran-pbdzmq r-cran-uuid r-cran-ape
45-
sudo R -e 'install.packages("IRkernel")'
44+
sudo apt-get install r-cran-pbdzmq r-cran-uuid r-cran-ape
45+
sudo R -e 'install.packages(c("reticulate", "IRkernel"))'
4646
R -e 'IRkernel::installspec()'
4747
4848
# Build the book

0 commit comments

Comments
 (0)