diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a2ce1a..f7a611c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: poetry install - name: Lint with flake8 run: | - poetry run flake8 sidan_gin + poetry run flake8 src - name: Run unit tests run: | poetry run pytest --doctest-modules --ignore=examples --cov=sidan_gin --cov-config=.coveragerc --cov-report=xml