Browse Source
👷 Tweak CI for test-redistribute, add needed env vars for slim (#11549)
pull/11189/merge
Sebastián Ramírez
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.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*/ |
|
|
|