Skip to content

Commit

Permalink
test install r
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Dec 21, 2024
1 parent 51acf3d commit 1e5f157
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ jobs:
path: ~/.cache/coursier
key: build-${{ inputs.spark }}-scala${{ inputs.scala }}-java${{ inputs.java }}-coursier

- name: Install R
run: |
sudo apt update
sudo apt-get install r-base
- name: Test - Start minikube
run: |
# See more in "Installation" https://minikube.sigs.k8s.io/docs/start/
Expand Down

0 comments on commit 1e5f157

Please sign in to comment.