Skip to content
Merged
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
8 changes: 0 additions & 8 deletions .github/actions/install-prek/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ runs:
echo
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Prepare local venv for pygrep"
# Prek cache restore seems to have a bug where removed temporary python is
# used in cached pygrep installation. It seems prek can fallback to uv sync installed python
# So let's install it. See https://github.com/j178/prek/issues/918:
run: |
uv sync --no-dev --no-install-workspace
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Make sure cache is cleared on cache miss"
run: |
echo "Cleaning up prek cache in case of cache miss (in case of pre-installed-cache from the system)"
Expand Down