diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4ebf3fe..639e94e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,10 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} + + - name: Install the library + shell: bash + run: python setup.py install - name: Install dependencies shell: bash