Skip to content

Commit 2562d7e

Browse files
committed
CI: Constrain Python dependencies to build the website
1 parent 3e12fb0 commit 2562d7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
paths-ignore:
1010
- '.github/workflows/gh-pages.yml'
11+
- '.github/workflows/gh_pages_requirements.txt'
1112
pull_request:
1213

1314
jobs:

.github/workflows/gh_pages_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ bokeh >= 3, <4
22
matplotlib >= 3, <4
33
selenium >= 4, <5
44
pandas >= 1, <2
5+
numpy >=1.26, <2
56
pandocfilters >= 1.5, <2

0 commit comments

Comments
 (0)