Skip to content

Commit

Permalink
- fixing dependency fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 1, 2024
1 parent c252dea commit f7f3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: install dependencies
run: |
python3 -m pip install pytest pytest-asyncio mocker hypothesis
python3 -m pip install pytest pytest-asyncio pytest-mock hypothesis
python3 -m pip install .
- name: run tests
Expand Down

0 comments on commit f7f3cd9

Please sign in to comment.