diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8587e15..45e96b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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