]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update GitHub action
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 1 Jan 2025 21:51:46 +0000 (21:51 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 1 Jan 2025 21:51:46 +0000 (21:51 +0000)
.github/workflows/contributors.yml

index f569600298747f145da91c67361ca99fc34b09a4..e3684b13406f1c67bb5cb515706fe78fd3193040 100644 (file)
@@ -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'