From 21216f251c1befdf6875d17931f711b46b18c4ab Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 16 Sep 2024 22:56:50 -0700 Subject: [PATCH] See if we can really excise nosetests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acfc5b2f00..3c470667cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: # Extra packages needed for testing pip install -U -r test_requirements.txt - pip install -U nose coverage + pip install -U coverage pip install -U matplotlib @@ -208,7 +208,7 @@ jobs: - name: Check shared library if: matrix.py == 3.8 run: | - # On a few systems (arbitrarily py3.8, where we also chec mac and clang), + # On a few systems (arbitrarily py3.8, where we also check mac and clang), # check the shared library creation and link. GALSIM_BUILD_SHARED=1 python setup.py install