Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Dec 27, 2024
1 parent c255464 commit 128558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 128558f

Please sign in to comment.