Skip to content

Cleaned up dependencies #35

Cleaned up dependencies

Cleaned up dependencies #35

Workflow file for this run

name: test-build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install and Build
run: |
bash setup.sh
python3 -m build
make html