diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9551dc1..4240d0b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 nose + python -m pip install flake8 pytest python -m pip install . - name: Lint with flake8 run: | @@ -36,4 +36,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with nosetests run: | - nosetests + py.test