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
Trying to drop Python 3.8 on #43970 the R python tests fail due to Python 3.8 being the default one for Ubuntu 20.04.
We should update the Ubuntu version being tested on the job and have the tests successfully run.
Component(s)
Continuous Integration, R
The text was updated successfully, but these errors were encountered:
### Rationale for this change
We want to update the Ubuntu version to run the R force tests in order to be able to test pyarrow once it drops Python 3.8.
### What changes are included in this PR?
Bumping Ubuntu to 24.04 and use virtualenv in order to avoid installing requirements at the system python which fails on newer Ubuntu.
### Are these changes tested?
Yes, on CI
### Are there any user-facing changes?
No
* GitHub Issue: #44085
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Describe the enhancement requested
Trying to drop Python 3.8 on #43970 the R python tests fail due to Python 3.8 being the default one for Ubuntu 20.04.
We should update the Ubuntu version being tested on the job and have the tests successfully run.
Component(s)
Continuous Integration, R
The text was updated successfully, but these errors were encountered: