Skip to content

Commit

Permalink
v1.36 - CSV Data Source updated
Browse files Browse the repository at this point in the history
[Screenipy Test] New Features Added - Test Passed
  • Loading branch information
pranjal-joshi authored May 12, 2022
2 parents 25ce21a + e8d297f commit 6d9f406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-download-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
rmdir /s /q actions-data-download
mkdir actions-data-download
python src/screenipy.py -d
copy "stock_data_*.pkl" "actions-data-download"
copy "stock_data_*.pkl" "actions-data-download"
- name: Push Pickle Data
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ta-lib
tabulate
yfinance
alive-progress==1.6.2
Pillow
altgraph # Installed as dependency for pyinstaller
atomicwrites # Installed as dependency for pytest
attrs # Installed as dependency for pytest
Expand Down

0 comments on commit 6d9f406

Please sign in to comment.