Skip to content

Commit 7631d34

Browse files
authored
fixes llms (#249)
1 parent 360b5b4 commit 7631d34

File tree

3 files changed

+319
-228
lines changed

3 files changed

+319
-228
lines changed

.github/workflows/check-llms.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install pyyaml requests
2425
2526
- name: Get SHA256 hash of the PR's llms.txt file
2627
id: pr_llms_hash

0 commit comments

Comments
 (0)