Skip to content

Commit 303841b

Browse files
committed
đź‘· Update CI tests to redistribute, now it only makes sense to redistribute typer
1 parent 19de8e7 commit 303841b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

‎.github/workflows/test-redistribute.yml‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ on:
1212
jobs:
1313
test-redistribute:
1414
runs-on: ubuntu-latest
15-
strategy:
16-
matrix:
17-
package:
18-
- typer-slim
19-
- typer
20-
- typer-cli
2115
steps:
2216
- name: Dump GitHub context
2317
env:
@@ -34,22 +28,16 @@ jobs:
3428
- name: Install build dependencies
3529
run: pip install build
3630
- name: Build source distribution
37-
env:
38-
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
3931
run: python -m build --sdist
4032
- name: Decompress source distribution
4133
run: |
4234
cd dist
4335
tar xvf typer*.tar.gz
4436
- name: Install test dependencies
45-
if: ${{ matrix.package != 'typer-cli' }}
4637
run: |
4738
cd dist/typer*/
4839
pip install --group tests --editable .
49-
env:
50-
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
5140
- name: Run source distribution tests
52-
if: ${{ matrix.package != 'typer-cli' }}
5341
run: |
5442
cd dist/typer*/
5543
bash scripts/test.sh

0 commit comments

Comments
 (0)