Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Bump jupyter-core from 4.4.0 to 4.11.2 #259

Bump jupyter-core from 4.4.0 to 4.11.2

Bump jupyter-core from 4.4.0 to 4.11.2 #259

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Checkout code
uses: actions/checkout@v1
- name: Test
run: ./mvnw clean install