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 1 deletions
Showing only changes of commit baf2261bb3 - Show all commits

View File

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