Skip to content

Commit

Permalink
Try to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 16, 2024
1 parent 737929d commit dc431cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/r_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SCRIPT="as_cran <- !identical(tolower(Sys.getenv('NOT_CRAN')), 'true')
if (requireNamespace('reticulate', quietly = TRUE) && reticulate::py_module_available('pyarrow')) {
message('Running flight demo server for tests.')
pid_flight <- sys::exec_background(
'python',
'python3',
c(
'-c',
paste0(
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1558,8 +1558,6 @@ services:
tz: ${TZ}
r_prune_deps: ${R_PRUNE_DEPS}
r_duckdb_dev: ${R_DUCKDB_DEV:-}
ubuntu: ${UBUNTU}
python: ${PYTHON}
shm_size: *shm-size
environment:
<<: [*common, *ccache, *sccache]
Expand Down

0 comments on commit dc431cb

Please sign in to comment.