docs: pin versions for readthedocs

This commit is contained in:
Henry Schreiner
2020-08-20 12:00:28 -04:00
committed by Henry Schreiner
parent a6887b604a
commit 2fa18431ce
2 changed files with 7 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
- name: Prepare env
run: python -m pip install -r tests/requirements.txt
run: python -m pip install -r tests/requirements.txt --prefer-binary
- name: Configure C++11 ${{ matrix.args }}
shell: bash
@@ -272,7 +272,7 @@ jobs:
run: python3 -m pip install --upgrade pip
- name: Install dependencies
run: python3 -m pip install cmake -r tests/requirements.txt
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
- name: Configure
shell: bash