Skip to content

Commit 8e5df5b

Browse files
committed
CI: undo an unneeded CI churn
1 parent 6d3aaa0 commit 8e5df5b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/pip.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ jobs:
5252
run: |
5353
python -m scpdt scpdt/tests/finder_cases.py -vv
5454
55-
- name: Test pytest plugin
56-
# This test will fail in a venv where scpdt has not been installed and the plugin has not been activated
57-
run: |
58-
test_files=("scpdt/tests/module_cases.py" "scpdt/tests/stopwords_cases.py" "scpdt/tests/local_file_cases.py")
59-
for file in "${test_files[@]}"; do
60-
python -m pytest "${file}" --doctest-modules
61-
done
62-
6355
- name: Test testfile CLI
6456
run: |
6557
python -m scpdt ./scpdt/tests/scipy_linalg_tutorial_clone.rst -v
@@ -73,3 +65,10 @@ jobs:
7365
python -mpip install pooch
7466
python -c'from scipy import ndimage; from scpdt import testmod; testmod(ndimage, verbose=True, strategy="api")'
7567
68+
- name: Test pytest plugin
69+
# This test will fail in a venv where scpdt has not been installed and the plugin has not been activated
70+
run: |
71+
test_files=("scpdt/tests/module_cases.py" "scpdt/tests/stopwords_cases.py" "scpdt/tests/local_file_cases.py")
72+
for file in "${test_files[@]}"; do
73+
python -m pytest "${file}" --doctest-modules
74+
done

0 commit comments

Comments
 (0)