Skip to content

Commit

Permalink
install pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 20, 2024
1 parent 0e8fdd4 commit bf327ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: install testing requirements
run: |
python3 -m pip install pytest
python3 -m pip install pytest-asyncio
python3 -m pip install httpx
python3 -m pip install hypothesis
python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit bf327ed

Please sign in to comment.