Skip to content

Commit

Permalink
Revert "[SPARK-48554][INFRA] Use R 4.4.0 in windows R GitHub Action…
Browse files Browse the repository at this point in the history
… Window job"

This reverts commit 7cba1ab.
  • Loading branch information
HyukjinKwon committed Jun 19, 2024
1 parent b77caf7 commit 1e868b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_sparkr_window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/')"
Expand Down

0 comments on commit 1e868b2

Please sign in to comment.