1 parent 95b1ce5 commit 6ead2edCopy full SHA for 6ead2ed
1 file changed
.github/workflows/daily_analysis.yml
@@ -57,7 +57,7 @@ jobs:
57
mkdir -p data logs reports
58
59
- name: Generate Right Side Pool
60
- run: python3 ./scripts/right_side_selector.py > stock_list.txt
+ run: python3 ./.github/scripts/right_side_selector.py > stock_list.txt
61
62
- name: Export STOCK_LIST
63
run: |
0 commit comments