Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/issue-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: astral-sh/setup-uv@v4

- name: Install cognitive-cache
run: uv pip install --system cognitive-cache
run: uv tool install cognitive-cache

- name: Select relevant files
id: select
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: astral-sh/setup-uv@v4

- name: Install cognitive-cache
run: uv pip install --system cognitive-cache
run: uv tool install cognitive-cache

- name: Get changed files
id: diff
Expand Down
Loading