Skip to content

Commit 19b36f7

Browse files
committed
Remove pinned hypothesis version from github workflow
1 parent 44bc97d commit 19b36f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ${{ matrix.os }}
1413
strategy:
1514
max-parallel: 4
@@ -37,7 +36,6 @@ jobs:
3736
- name: Run tests
3837
run: |
3938
python -m pip install coverage
40-
python -m pip install hypothesis==3.2
4139
coverage run --source=axelrod -m unittest discover
4240
- name: Report coverage
4341
run: |

0 commit comments

Comments
 (0)