Skip to content

Commit 20719b1

Browse files
committed
MAINT: emit pytest & numpy versions on CI
1 parent 1148c96 commit 20719b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
python -m pip install ${{matrix.pytest}} ${{matrix.pre}}
3737
python -m pip install -e . ${{matrix.pre}}
3838
39+
- name: Echo versions
40+
run: |
41+
python -m pytest --version
42+
python -c"import numpy; print(f'{numpy.__version__ = }')"
43+
3944
# Run self-tests without Scipy and MPL
4045
# Tests that require Scipy and MPL will be skipped
4146
- name: Self-test without SciPy and MPL

0 commit comments

Comments
 (0)