Skip to content

Commit 6fbb584

Browse files
Remove unused deps.
1 parent 3c83058 commit 6fbb584

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
python -m pip install markdown llm llm-anthropic>=0.20
37+
python -m pip install markdown
3838
3939
- name: Generate links and build colophon
40-
env:
41-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4240
run: |
4341
python gather_links.py
4442
python build_colophon.py

0 commit comments

Comments
 (0)