diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f56960029..e3684b134 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -6,12 +6,15 @@ on: workflow_dispatch: inputs: debug_enabled: - description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)" required: false - default: 'false' + default: "false" # TODO: fix this pull_request: +env: + UV_SYSTEM_PYTHON: 1 + jobs: job: if: github.repository_owner == 'fastapi'