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 1e868b2a7a17 Revert "[SPARK-48554][INFRA] Use R 4.4.0 in `windows` R
GitHub Action Window job"
1e868b2a7a17 is described below
commit 1e868b2a7a17ec6ddf88f54c52c20db2f032ee15
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Wed Jun 19 12:06:33 2024 +0900
Revert "[SPARK-48554][INFRA] Use R 4.4.0 in `windows` R GitHub Action
Window job"
This reverts commit 7cba1ab4d6acef4e9d73a8e6018b0902aac3a18d.
---
.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 615ae339b5ba..599645946cf5 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.4.0, windows-2019)"
+name: "Build / SparkR-only (master, 4.3.3, windows-2019)"
on:
schedule:
@@ -50,10 +50,10 @@ jobs:
with:
distribution: zulu
java-version: 17
- - name: Install R 4.4.0
+ - name: Install R 4.3.3
uses: r-lib/actions/setup-r@v2
with:
- r-version: 4.4.0
+ r-version: 4.3.3
- 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]