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

Remove old notebooks (#2) #7

Remove old notebooks (#2)

Remove old notebooks (#2) #7

Workflow file for this run

name: Unittests
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Test
shell: bash -l {0}
timeout-minutes: 5
run: |
pip install .
python -m unittest discover tests