mirror of https://github.com/tiangolo/fastapi.git
👷 Tweak CI for test-redistribute, add needed env vars for slim (#11549)
This commit is contained in:
parent
e04d397e32
commit
aa50dc200f
|
|
@ -41,6 +41,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd dist/fastapi*/
|
cd dist/fastapi*/
|
||||||
pip install -r requirements-tests.txt
|
pip install -r requirements-tests.txt
|
||||||
|
env:
|
||||||
|
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
|
||||||
- name: Run source distribution tests
|
- name: Run source distribution tests
|
||||||
run: |
|
run: |
|
||||||
cd dist/fastapi*/
|
cd dist/fastapi*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue