Skip to content

Bump org.apache.spark:spark-core_2.12 from 3.2.1 to 3.3.3 #13

Bump org.apache.spark:spark-core_2.12 from 3.2.1 to 3.3.3

Bump org.apache.spark:spark-core_2.12 from 3.2.1 to 3.3.3 #13

Workflow file for this run

name: build PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Blosc
run: sudo apt install -y libblosc1
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh