diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c665bf..44b802e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: | set -xe python -VV - python setup.py install + python -m pip install . shell: bash - name: Run tests timeout-minutes: 60