File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 key : ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
112112
113113 - name : Prepare env
114- run : python -m pip install -r tests/requirements.txt
114+ run : python -m pip install -r tests/requirements.txt --prefer-binary
115115
116116 - name : Configure C++11 ${{ matrix.args }}
117117 shell : bash
@@ -272,7 +272,7 @@ jobs:
272272 run : python3 -m pip install --upgrade pip
273273
274274 - name : Install dependencies
275- run : python3 -m pip install cmake -r tests/requirements.txt
275+ run : python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
276276
277277 - name : Configure
278278 shell : bash
Original file line number Diff line number Diff line change 1- breathe == 4.13.1
2- sphinx < 3
3- sphinx_rtd_theme
1+ breathe == 4.20.0
2+ commonmark == 0.9.1
3+ recommonmark == 0.6.0
4+ sphinx == 3.2.1
5+ sphinx_rtd_theme == 0.5.0
You can’t perform that action at this time.
0 commit comments