Skip to content

Commit 8e06b42

Browse files
authored
👷 Tweak CI for test-redistribute, add needed env vars for slim (#827)
1 parent 7739272 commit 8e06b42

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-redistribute.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
cd dist/typer*/
4848
pip install -r requirements-tests.txt
49+
env:
50+
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
4951
- name: Run source distribution tests
5052
if: ${{ matrix.package != 'typer-cli' }}
5153
run: |

requirements-tests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ pytest-xdist >=1.32.0,<4.0.0
77
pytest-sugar >=0.9.4,<0.10.0
88
mypy ==1.4.1
99
ruff ==0.2.0
10+
# Needed explicitly by typer-slim
11+
rich >=10.11.0
12+
shellingham >=1.3.0

0 commit comments

Comments
 (0)