diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a930b86..44717d5 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: python -m pip install --upgrade pip python3 -m pip install --user pipx pipx install poetry - poetry install + poetry install --all-extras - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names @@ -39,4 +39,4 @@ jobs: poetry run ruff --exit-zero --statistics . - name: Test with pytest run: | - poetry run pytest + poetry run pytest \ No newline at end of file