Skip to content

Commit d3f3ee6

Browse files
committed
[JTH] add stats dependency for documentation
1 parent f9f02a3 commit d3f3ee6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install bluemath-tk[docs]
27+
pip install bluemath-tk[stats]
2728
2829
- name: Sphinx build
2930
run: |

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
source /usr/share/miniconda/etc/profile.d/conda.sh
3636
conda activate bluemath-tk
37-
pip install bluemath-tk
37+
pip install bluemath-tk[stats]
3838
pip install ruff
3939
4040
- name: Run Ruff

0 commit comments

Comments
 (0)