diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c04e72..8f4f1d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Install package - run: python setup.py install + run: python -m pip install . - name: Test with pytest run: | python -c 'import pandas, nwaylib, nwaylib.progress'