Quickfix #4

Merged
Fabel merged 6 commits from Quickfix into develop 2025-01-20 16:42:51 +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