venv ?
All checks were successful
Linux arm64 / Build (push) Successful in 6m29s

This commit is contained in:
2025-12-07 17:08:57 +01:00
parent b162b3ea2e
commit 0dd1bcc7ca

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