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

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