File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5353 name : Cache Python build artifacts
5454 with :
5555 path : ~/.cache/pip
56- key : ${{ runner.os }}-${{ hashFiles('.github/workflows/requirements .txt') }}
56+ key : ${{ runner.os }}-${{ hashFiles('.github/workflows/gh_pages_requirements .txt') }}
5757
5858 - name : Install pandoc-plot and other dependencies
5959 run : |
6363 - name : Install Python dependencies
6464 run : |
6565 python -m pip install --upgrade pip
66- pip install -r .github/workflows/requirements .txt
66+ pip install -r .github/workflows/gh_pages_requirements .txt
6767
6868 - name : Build documentation
6969 run : source tools/mkmanual.sh
Original file line number Diff line number Diff line change 1+ bokeh >= 3, <4
2+ matplotlib >= 3, <4
3+ selenium >= 4, <5
4+ pandas >= 1, <2
5+ pandocfilters >= 1.5, <2
You can’t perform that action at this time.
0 commit comments