We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920351f commit 763be3eCopy full SHA for 763be3e
.github/workflows/sphinx.yml
@@ -28,6 +28,7 @@ jobs:
28
shell: bash -l {0}
29
run: |
30
conda install --yes -c conda-forge --file requirements.txt
31
+ pip install nose-timer
32
- name: Build
33
uses: ammaraskar/sphinx-action@master
34
with:
0 commit comments