diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd3d481..8d62bef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . - pip install pytest + python -m pip install .[test] - name: Test with pytest run: | pytest