Skip to content

Commit ccfc91c

Browse files
committed
CI: use a released version of scipy-doctest
1 parent 90c34cb commit ccfc91c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ jobs:
181181
- name: Check docstests
182182
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
183183
run: |
184-
pip install hypothesis matplotlib scipy pytz pandas
185-
pip install git+https://github.com/scipy/scipy_doctest.git@strict-dtypes # Temp
184+
pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
186185
spin check-docs -v
187186
spin check-tutorials -v
188187

0 commit comments

Comments
 (0)