diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0087f73..80f3ca2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,6 +16,7 @@ jobs: - name: Install dependencies run: | python -m pip install pytest + python -m pip install .[cli] - name: pytest run: | pytest test.py \ No newline at end of file