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 dceb0f6 commit 7a3dc83Copy full SHA for 7a3dc83
.github/workflows/database_update.yml
@@ -17,8 +17,8 @@ jobs:
17
uses: actions/setup-python@v4
18
with:
19
python-version: '3.10'
20
- - run: pip install -r requirements.txt
21
- - run: pip install financedatabase openpyxl
+ - run: pip install poetry
+ - run: poetry install
22
- name: Add New Tickers and Update Old Ones
23
uses: jannekem/run-python-script-action@v1
24
0 commit comments