From 7c07818320d89bbf5a11ac609c42687713c3a7bb Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sat, 22 Jun 2024 08:18:57 +0200 Subject: [PATCH 1/2] Trigger CI for NumPy 2.0. From f4676589da35d39191405bb9f4336524bc0eee7e Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sat, 22 Jun 2024 08:23:48 +0200 Subject: [PATCH 2/2] Added conda list in CI. --- .github/workflows/runtests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 5e37428..3dfdaaf 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -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}