We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3dc83 commit a08660dCopy full SHA for a08660d
.github/workflows/database_update.yml
@@ -17,8 +17,7 @@ jobs:
17
uses: actions/setup-python@v4
18
with:
19
python-version: '3.10'
20
- - run: pip install poetry
21
- - run: poetry install
+ - run: pip install "pandas[excel]" financedatabase
22
- name: Add New Tickers and Update Old Ones
23
uses: jannekem/run-python-script-action@v1
24
0 commit comments