Skip to content

update version

update version #150

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- name: Build docker image
run: make docker-build
- name: Build documentation
run: make docker-sphinx