]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Tweak CI for test-redistribute, add needed env vars for slim (#11549)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 7 May 2024 18:31:27 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 18:31:27 +0000 (11:31 -0700)
.github/workflows/test-redistribute.yml

index a249b18a7ac7e9a955ee9b3de7bc7e9bada05948..0cc5f866e8e1c30c7e05ec30d30a5c97067ddce4 100644 (file)
@@ -41,6 +41,8 @@ jobs:
         run: |
           cd dist/fastapi*/
           pip install -r requirements-tests.txt
+        env:
+          TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
       - name: Run source distribution tests
         run: |
           cd dist/fastapi*/