Skip to content

Commit

Permalink
- adding missing test dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Feb 1, 2024
1 parent 86d9f08 commit b008b13
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 @@ -27,7 +27,7 @@ jobs:

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

0 comments on commit b008b13

Please sign in to comment.