Add CI #1

Merged
Persson-dev merged 15 commits from ci into main 2025-12-07 17:00:06 +00:00
Showing only changes of commit 0dd1bcc7ca - Show all commits

View File

@@ -35,7 +35,11 @@ jobs:
python -m build -w
- name: Install wheel
run: pip install dist/*
run: |
source .venv/bin/activate
pip install dist/*
- name: Test
run: python example_add.py
run: |
source .venv/bin/activate
python example_add.py