Skip to content

Commit bfdee67

Browse files
committed
build(projects): add requirements installation to workflow
1 parent 778c51f commit bfdee67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_data.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.13'
2020

21+
- name: Install Requirements
22+
run: pip install --no-cache-dir requests json
23+
2124
- name: Run Python Script
2225
run: python get_repos.py
2326

0 commit comments

Comments
 (0)