Skip to content

Add randLaplace and native randGamma (#156) #9

Add randLaplace and native randGamma (#156)

Add randLaplace and native randGamma (#156) #9

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
strategy:
fail-fast: false
matrix:
scala: ["2.12.12"]
spark: ["3.0.1"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- name: Test
run: sbt -Dspark.testVersion=${{ matrix.spark }} ++${{ matrix.scala }} test
- name: Code Quality
run: sbt scalafmtCheckAll