diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 155990f..9f489ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,9 @@ jobs: python -m pip install build wheel pytest - name: Build - run: python -m pip install . + run: | + python -m pip install . + python -m pip install .[dev] - name: Test run: python -m pytest -v \ No newline at end of file