From ef9c2e061dc0600392e670b26e8ffc9e3a9e156a Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Wed, 3 Jul 2024 17:11:53 -0700 Subject: [PATCH] fix package name --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c9a4b6d..3a53ea7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,6 +30,6 @@ jobs: architecture: ${{ matrix.architecture }} - name: Install nosetests run: | - pip install nosetests + pip install nose - name: Run test run: nosetests pyrms/rmsTest