Skip to content

Commit

Permalink
CI build workflow: require Hypothesis>=6.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orbisvicis committed Sep 18, 2023
1 parent e775f19 commit 777efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
VENV_PYTHON=$VENV_LOC/bin/python
echo "HYPOVENV=${VENV_LOC}" >> $GITHUB_ENV
echo "VENV_PYTHON=${VENV_PYTHON}" >> $GITHUB_ENV
./python -m venv $VENV_LOC && $VENV_PYTHON -m pip install -U hypothesis
./python -m venv $VENV_LOC && $VENV_PYTHON -m pip install -U "hypothesis>=6.85.0"
- name: 'Restore Hypothesis database'
id: cache-hypothesis-database
uses: actions/cache@v3
Expand Down

0 comments on commit 777efc2

Please sign in to comment.