Skip to content

Commit a08660d

Browse files
authored
Update database_update.yml
1 parent 7a3dc83 commit a08660d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/database_update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.10'
20-
- run: pip install poetry
21-
- run: poetry install
20+
- run: pip install "pandas[excel]" financedatabase
2221
- name: Add New Tickers and Update Old Ones
2322
uses: jannekem/run-python-script-action@v1
2423
with:

0 commit comments

Comments
 (0)