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 a2751f1 commit 50255fdCopy full SHA for 50255fd
.github/workflows/sphinx.yml
@@ -36,6 +36,8 @@ jobs:
36
run: |
37
conda install --yes -c conda-forge --file requirements.txt
38
pip install nose-timer
39
+ which python
40
+ which nosetests
41
42
- name: Run nosetest
43
0 commit comments