Skip to content

Commit

Permalink
Missing test dependency pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
rundef committed Dec 10, 2024
1 parent 64be181 commit cf808b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install .

- name: Install test dependencies
run: pip install pytest
run: pip install pytest pytest-asyncio

- name: Run tests
run: make tests

0 comments on commit cf808b1

Please sign in to comment.