Skip to content

Commit 7a3dc83

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/database_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.10'
20-
- run: pip install -r requirements.txt
21-
- run: pip install financedatabase openpyxl
20+
- run: pip install poetry
21+
- run: poetry install
2222
- name: Add New Tickers and Update Old Ones
2323
uses: jannekem/run-python-script-action@v1
2424
with:

0 commit comments

Comments
 (0)