From: Sebastián Ramírez Date: Tue, 7 May 2024 18:31:27 +0000 (-0700) Subject: 👷 Tweak CI for test-redistribute, add needed env vars for slim (#11549) X-Git-Tag: 0.111.1~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa50dc200f3ef4912cc57e28c31f337a87ce2781;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Tweak CI for test-redistribute, add needed env vars for slim (#11549) --- diff --git a/.github/workflows/test-redistribute.yml b/.github/workflows/test-redistribute.yml index a249b18a7a..0cc5f866e8 100644 --- a/.github/workflows/test-redistribute.yml +++ b/.github/workflows/test-redistribute.yml @@ -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*/