Skip to content

Commit 267c94c

Browse files
authored
Merge pull request #141 from moorepants/numpy-2.0
Trigger CI for NumPy 2.0.
2 parents 8285f2c + f467658 commit 267c94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runtests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
shell: bash -l {0}
2727
if: ${{ matrix.python != '3.12' }}
2828
run: |
29+
conda list
2930
nosetests -v --with-coverage --cover-package=yeadon
3031
- name: Run pytest
3132
shell: bash -l {0}
3233
if: ${{ matrix.python == '3.12' }}
3334
run: |
3435
conda install pytest
36+
conda list
3537
coverage run -m pytest yeadon
3638
- name: Build the documentation
3739
shell: bash -l {0}

0 commit comments

Comments
 (0)