Skip to content

Commit

Permalink
Update workflow tests to install dependencies before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-su committed Oct 19, 2024
1 parent 8183e9f commit 911f60a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --extra testing

- name: Run tests
run: uv run pytest tests -n $ASYNCORD_TEST_WORKERS

0 comments on commit 911f60a

Please sign in to comment.