diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-04 18:31:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 18:31:58 (GMT) |
commit | 6ead5bd6ae20b902e6c11a3c0acede22632dc0d5 (patch) | |
tree | 96dcd17257d4908f71e526d917e11ce1a54d1d33 /.github/workflows | |
parent | 40e52c94a27e4cd94b48e8a705914823cbb6afed (diff) | |
download | cpython-6ead5bd6ae20b902e6c11a3c0acede22632dc0d5.zip cpython-6ead5bd6ae20b902e6c11a3c0acede22632dc0d5.tar.gz cpython-6ead5bd6ae20b902e6c11a3c0acede22632dc0d5.tar.bz2 |
Disable `differing_test_runners` health check (#108886)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d37eb44..bb568f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -r ${GITHUB_WORKSPACE}/Tools/requirements-hypothesis.txt - name: 'Restore Hypothesis database' id: cache-hypothesis-database uses: actions/cache@v3 |