This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 97d3addd2129 Revert "Revert "[SPARK-48554][INFRA] Use R 4.4.0 in
`windows` R GitHub Action Window job""
97d3addd2129 is described below
commit 97d3addd212922e832b50aa68c4a647d11e5a073
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Fri Jun 21 20:45:07 2024 +0900
Revert "Revert "[SPARK-48554][INFRA] Use R 4.4.0 in `windows` R GitHub
Action Window job""
This reverts commit 1e868b2a7a17ec6ddf88f54c52c20db2f032ee15.
---
.github/workflows/build_sparkr_window.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build_sparkr_window.yml
b/.github/workflows/build_sparkr_window.yml
index 599645946cf5..615ae339b5ba 100644
--- a/.github/workflows/build_sparkr_window.yml
+++ b/.github/workflows/build_sparkr_window.yml
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
-name: "Build / SparkR-only (master, 4.3.3, windows-2019)"
+name: "Build / SparkR-only (master, 4.4.0, windows-2019)"
on:
schedule:
@@ -50,10 +50,10 @@ jobs:
with:
distribution: zulu
java-version: 17
- - name: Install R 4.3.3
+ - name: Install R 4.4.0
uses: r-lib/actions/setup-r@v2
with:
- r-version: 4.3.3
+ r-version: 4.4.0
- name: Install R dependencies
run: |
Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat',
'e1071', 'survival', 'arrow', 'xml2'), repos='https://cloud.r-project.org/')"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]