Skip to content

Disable installing 3.12.0 due to JupyterLab WB incompatibility #135

Disable installing 3.12.0 due to JupyterLab WB incompatibility

Disable installing 3.12.0 due to JupyterLab WB incompatibility #135

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- 'main'
permissions:
contents: write
packages: write
id-token: write
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
cache: true
- name: Build
run: go build -v ./...
- name: Test (Unit Only)
run: go test -v ./... -short