Skip to content

Commit

Permalink
馃懛 Tweak CI for test-redistribute, add needed env vars for slim (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 7, 2024
1 parent 7739272 commit 8e06b42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-redistribute.yml
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
cd dist/typer*/
pip install -r requirements-tests.txt
env:
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
- name: Run source distribution tests
if: ${{ matrix.package != 'typer-cli' }}
run: |
Expand Down
3 changes: 3 additions & 0 deletions requirements-tests.txt
Expand Up @@ -7,3 +7,6 @@ pytest-xdist >=1.32.0,<4.0.0
pytest-sugar >=0.9.4,<0.10.0
mypy ==1.4.1
ruff ==0.2.0
# Needed explicitly by typer-slim
rich >=10.11.0
shellingham >=1.3.0

0 comments on commit 8e06b42

Please sign in to comment.