Skip to content

Commit

Permalink
Update build_main.yml
Browse files Browse the repository at this point in the history
temporarily commenting out R build.
  • Loading branch information
mjohns-databricks authored May 2, 2024
1 parent ab1eb38 commit aa0f1f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
uses: ./.github/actions/scala_build
- name: build python
uses: ./.github/actions/python_build
- name: build R
uses: ./.github/actions/r_build
# CRAN FLAKY (502 'Bad Gateway' ERRORS)
# - name: build R
# uses: ./.github/actions/r_build
- name: upload artefacts
uses: ./.github/actions/upload_artefacts

0 comments on commit aa0f1f8

Please sign in to comment.