diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6f8e1e..53f2dad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: conda --version - name: Install depedencies and package shell: bash - run: pip install -U -e .; conda install match-series + run: pip install -U -e .'[tests]'; conda install match-series - name: Run tests run: pytest --cov=pymatchseries --pyargs pymatchseries - name: Generate line coverage