update spark-nlp to 5.3.1 #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
env: | |
TF_CPP_MIN_LOG_LEVEL: 3 | |
JAVA_OPTS: "-Xmx4096m -XX:+UseG1GC" | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: 'adopt' | |
java-version: '8' | |
cache: 'sbt' | |
# - name: install brew on mac | |
# run: | | |
# brew install sbt | |
- name: Run tests | |
run: sbt -mem 4096 test |