feature/db_add_session #3

Merged
tliu93 merged 5 commits from feature/db_add_session into main 2025-09-19 14:21:12 +02:00
Showing only changes of commit bc264c8014 - Show all commits

View File

@@ -25,7 +25,7 @@ jobs:
run: pip install -r dev-requirements.txt run: pip install -r dev-requirements.txt
- name: Run models vs snapshot check - name: Run models vs snapshot check
working-directory: .. working-directory: ${{ github.workspace }}
run: | run: |
python .github/scripts/compare_models.py backend/trading_journal/models.py python .github/scripts/compare_models.py backend/trading_journal/models.py