We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f02a3 commit d3f3ee6Copy full SHA for d3f3ee6
.github/workflows/build-docs.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
pip install bluemath-tk[docs]
27
+ pip install bluemath-tk[stats]
28
29
- name: Sphinx build
30
.github/workflows/python-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
35
source /usr/share/miniconda/etc/profile.d/conda.sh
36
conda activate bluemath-tk
37
- pip install bluemath-tk
38
pip install ruff
39
40
- name: Run Ruff
0 commit comments