Skip to content

Commit 7a00c72

Browse files
author
Douglas Jones
committed
fix: install pytest and hypothesis explicitly in CI — not pulled in without blob extra
1 parent e29bebb commit 7a00c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install package
28-
run: pip install -e "."
28+
run: pip install -e "." pytest hypothesis
2929

3030
- name: Run test suite
3131
run: python3 -m pytest tests/ -q --tb=short

0 commit comments

Comments
 (0)