Skip to content

bump spark ver for 12.2LTS and remove ubuntugis deps (test) #14

bump spark ver for 12.2LTS and remove ubuntugis deps (test)

bump spark ver for 12.2LTS and remove ubuntugis deps (test) #14

Workflow file for this run

name: build_python
# build for python, skip scala tests and R build
on:
push:
branches:
- "python/**"
jobs:
build:
runs-on: ubuntu-20.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python: [ 3.9.5 ]
numpy: [ 1.21.5 ]
gdal: [ 3.4.3 ]
spark: [ 3.3.2 ]
R: [ 4.1.2 ]
steps:
- name: checkout code
uses: actions/checkout@v2
- name: build scala with skipping tests
uses: ./.github/actions/scala_build
with:
skip_tests: "true"
- name: build python
uses: ./.github/actions/python_build
- name: upload artefacts
uses: ./.github/actions/upload_artefacts