From fe56055b8d7255b5e04729c46b54607985696910 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Thu, 23 Nov 2023 01:52:20 -0700 Subject: [PATCH] i dont give a shit --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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