Skip to content

Only one JS bundle. Fix toolbar handling on sidebar resize #32

Only one JS bundle. Fix toolbar handling on sidebar resize

Only one JS bundle. Fix toolbar handling on sidebar resize #32

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Install Project
run: make install
- name: Run Tests
run: make test