Skip to content

Commit

Permalink
馃敡 Update CI for test-redistribute, fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 30, 2024
1 parent 3f056bf commit 41dce92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-redistribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ jobs:
- name: Install test dependencies
if: ${{ matrix.package_dir == '.' }}
run: |
cd dist/typer-*/
cd dist/typer*/
pip install -r requirements-tests.txt
- name: Run source distribution tests
if: ${{ matrix.package_dir == '.' }}
run: |
cd dist/typer-*/
cd dist/typer*/
bash scripts/test.sh
- name: Build wheel distribution
working-directory: ${{ matrix.package_dir }}
run: |
cd dist
pip wheel --no-deps typer-*.tar.gz
pip wheel --no-deps typer*.tar.gz
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down

0 comments on commit 41dce92

Please sign in to comment.