You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of chapters which are causing the build to fail since they have Python code. The code works locally but not in the build environment because we don't have Python installed. Adding a Python installtion to our GitHub actions script would be a start, but we'd also need to make sure that reticulate is able to find it. For now the code chunks are set to eval=FALSE so the build will pass.
The text was updated successfully, but these errors were encountered:
There are a number of chapters which are causing the build to fail since they have Python code. The code works locally but not in the build environment because we don't have Python installed. Adding a Python installtion to our GitHub actions script would be a start, but we'd also need to make sure that reticulate is able to find it. For now the code chunks are set to
eval=FALSE
so the build will pass.The text was updated successfully, but these errors were encountered: