From afd342b31f79dcb74671b4249e59f3abf572d637 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 19 Sep 2025 14:14:51 +0200 Subject: [PATCH] cwd for compare model --- .github/workflows/backend-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index e910897..003e4a5 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -25,8 +25,9 @@ jobs: run: pip install -r dev-requirements.txt - name: Run models vs snapshot check + working-directory: .. run: | - python .github/scripts/compare_models.py trading_journal/models.py + python .github/scripts/compare_models.py backend/trading_journal/models.py - name: Run tests run: |