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 90c34cb commit ccfc91cCopy full SHA for ccfc91c
.github/workflows/linux.yml
@@ -181,8 +181,7 @@ jobs:
181
- name: Check docstests
182
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
183
run: |
184
- pip install hypothesis matplotlib scipy pytz pandas
185
- pip install git+https://github.com/scipy/scipy_doctest.git@strict-dtypes # Temp
+ pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
186
spin check-docs -v
187
spin check-tutorials -v
188
0 commit comments