Skip to content

Commit 6d9f406

Browse files
v1.36 - CSV Data Source updated
[Screenipy Test] New Features Added - Test Passed
2 parents 25ce21a + e8d297f commit 6d9f406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/workflow-download-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
rmdir /s /q actions-data-download
5656
mkdir actions-data-download
5757
python src/screenipy.py -d
58-
copy "stock_data_*.pkl" "actions-data-download"
58+
copy "stock_data_*.pkl" "actions-data-download"
5959
6060
- name: Push Pickle Data
6161
run: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ta-lib
2121
tabulate
2222
yfinance
2323
alive-progress==1.6.2
24+
Pillow
2425
altgraph # Installed as dependency for pyinstaller
2526
atomicwrites # Installed as dependency for pytest
2627
attrs # Installed as dependency for pytest

0 commit comments

Comments
 (0)