Skip to content

Commit 3307aed

Browse files
committed
build(projects): remove json module from requirements
1 parent d8384f2 commit 3307aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.13'
2424

2525
- name: Install Requirements
26-
run: pip install --no-cache-dir requests json
26+
run: pip install --no-cache-dir requests
2727

2828
- name: Run Python Script
2929
run: python get_repos.py

0 commit comments

Comments
 (0)