Skip to content

Bump splink from 3.9.4 to 4.0.4 in /python #368

Bump splink from 3.9.4 to 4.0.4 in /python

Bump splink from 3.9.4 to 4.0.4 in /python #368

Workflow file for this run

name: build main
on:
push:
branches-ignore:
- "python/*"
- "scala/*"
jobs:
build:
runs-on: ubuntu-20.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python: [ 3.8.10 ]
spark: [ 3.2.1 ]
steps:
- name: checkout code
uses: actions/checkout@v2
- name: build scala
uses: ./.github/actions/scala_build
- name: build python
uses: ./.github/actions/python_build
- name: upload artefacts
uses: ./.github/actions/upload_artefacts