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