diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3796aa0..bc76cd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,8 +45,10 @@ jobs: # # coverage run setup.py test - name: Test with pytest run: | + cd ${GITHUB_WORKSPACE} pip install pytest pip install pytest-cov + python setup.py install pytest