Skip to content

Commit

Permalink
fix hypothesis version to keep python 3.8 compatibility (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmerer <[email protected]>
  • Loading branch information
matthias-k authored Nov 11, 2024
1 parent b7e836e commit 1521503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
run: conda list
- name: Test with pytest
shell: bash -el {0}
# hypothesis=6.113.0 is the last version with python 3.8 support
run: |
conda install pytest hypothesis
conda install pytest hypothesis=6.113.0
python setup.py build_ext --inplace
python -m pytest --nomatlab --notheano --nodownload tests
- name: test build and install
Expand Down

0 comments on commit 1521503

Please sign in to comment.