1 parent 573fc52 commit 95b1ce5Copy full SHA for 95b1ce5
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 ./scripts/right_side_selector.py > stock_list.txt
61
62
- name: Export STOCK_LIST
63
run: |
0 commit comments