Browse Source

👷 Do not use system Python

pull/14398/head
Sebastián Ramírez 8 months ago
parent
commit
539cce2794
  1. 2
      .github/workflows/pre-commit.yml

2
.github/workflows/pre-commit.yml

@ -7,7 +7,7 @@ on:
- synchronize - synchronize
env: env:
UV_SYSTEM_PYTHON: 1 # UV_SYSTEM_PYTHON: 1
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }} IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
jobs: jobs:

Loading…
Cancel
Save