File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212jobs :
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
You can’t perform that action at this time.
0 commit comments