Skip to content

Commit

Permalink
add a workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Feb 3, 2024
1 parent f38cf15 commit 048e790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest_asyncio
- name: Testing the code with pytest
run: |
pytest

0 comments on commit 048e790

Please sign in to comment.