Skip to content

Commit

Permalink
BEHAVIOR: set DISABLE_PRE_COMMIT_UV_PATCH=True
Browse files Browse the repository at this point in the history
'
  • Loading branch information
redeboer committed Oct 9, 2024
1 parent 5e24fec commit e2315ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
required: false

env:
DISABLE_PRE_COMMIT_UV_PATCH: True

jobs:
determine-hooks:
name: Determine skipped pre-commit hooks
Expand Down
2 changes: 2 additions & 0 deletions pip-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ runs:
echo "PIP_CACHE_DIR=~/Library/Caches/pip" >> $GITHUB_ENV
echo "UV_CACHE_DIR=~/Library/Caches/uv" >> $GITHUB_ENV
shell: bash
- run: mkdir -p ${{ env.PIP_CACHE_DIR }} ${{ env.UV_CACHE_DIR }}
shell: bash
- name: Set cache identifier
run: |
extras="${{ inputs.extras }}"
Expand Down

0 comments on commit e2315ef

Please sign in to comment.