Skip to content

Commit

Permalink
Merge pull request #141 from moorepants/numpy-2.0
Browse files Browse the repository at this point in the history
Trigger CI for NumPy 2.0.
  • Loading branch information
moorepants authored Jun 22, 2024
2 parents 8285f2c + f467658 commit 267c94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
shell: bash -l {0}
if: ${{ matrix.python != '3.12' }}
run: |
conda list
nosetests -v --with-coverage --cover-package=yeadon
- name: Run pytest
shell: bash -l {0}
if: ${{ matrix.python == '3.12' }}
run: |
conda install pytest
conda list
coverage run -m pytest yeadon
- name: Build the documentation
shell: bash -l {0}
Expand Down

0 comments on commit 267c94c

Please sign in to comment.