We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f969e commit e6e27e3Copy full SHA for e6e27e3
.github/workflows/doctest.yml
@@ -18,7 +18,7 @@ jobs:
18
curl http://files.grouplens.org/datasets/movielens/ml-100k.zip -o ~/.ml-100k.zip
19
- name: install pytest
20
run: |
21
- pip install pytest phmdoctest sphinx==8.3.2 sphinx_rtd_theme scikit-learn
+ pip install pytest phmdoctest sphinx==8.2.3 sphinx_rtd_theme scikit-learn
22
- name: Test Readme.md
23
24
GEN_TEST_FILE=phmdoctest_out.py
0 commit comments