We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a167f8f commit 576b56bCopy full SHA for 576b56b
.github/workflows/documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
run: sudo apt-get install -y pandoc
21
- name: Install python dependencies
22
run: |
23
- pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo
+ pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo si_units
24
- name: Build Wheels
25
uses: PyO3/maturin-action@v1
26
with:
0 commit comments