Skip to content

Commit 64b64cb

Browse files
authored
Update update_quote.yml
1 parent 7863b4f commit 64b64cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_quote.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
uses: actions/setup-python@v5 # Updated to v5
1717
with:
1818
python-version: '3.x'
19+
- name: Install dependencies
20+
run: |
21+
pip install requests
1922
2023
- name: Run quote script
2124
env:

0 commit comments

Comments
 (0)