Skip to content

Commit

Permalink
馃懛 Update when to test install and run tests during test-redistribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 30, 2024
1 parent e9ac135 commit 89ecae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-redistribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
cd dist
tar xvf typer*.tar.gz
- name: Install test dependencies
if: ${{ matrix.package_dir == '.' }}
if: ${{ matrix.package_dir == './' }}
run: |
cd dist/typer*/
pip install -r requirements-tests.txt
- name: Run source distribution tests
if: ${{ matrix.package_dir == '.' }}
if: ${{ matrix.package_dir == './' }}
run: |
cd dist/typer*/
bash scripts/test.sh
Expand Down

0 comments on commit 89ecae0

Please sign in to comment.