Skip to content

Commit 7e98e10

Browse files
committed
CI: install bokeh for GitHub Pages workflows only (#62)
1 parent 0d13d18 commit 7e98e10

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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: |
@@ -63,7 +63,7 @@ jobs:
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bokeh >= 3, <4
2+
matplotlib >= 3, <4
3+
selenium >= 4, <5
4+
pandas >= 1, <2
5+
pandocfilters >= 1.5, <2

0 commit comments

Comments
 (0)