develop #5

Merged
Fabel merged 8 commits from develop into main 2025-01-20 17:03:35 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c10404deea - Show all commits

View File

@ -32,4 +32,5 @@ jobs:
pip install -r requirements-dev.txt pip install -r requirements-dev.txt
- name: Run tests - name: Run tests
run: | run: |
pip insall -e .
pytest tests pytest tests