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