Skip to content

Commit

Permalink
chore: Remove debug logging from calls to hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Sep 21, 2023
1 parent 7d2d1c7 commit 2211844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install hatch-vcs
pip install hatch-fancy-pypi-readme
- name: Lint code
run: hatch -vvv run lint:style
run: hatch run lint:style

lint-typing:
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,7 @@ jobs:
pip install hatch-vcs
pip install hatch-fancy-pypi-readme
- name: Lint typing
run: hatch -vvv run lint:typing
run: hatch run lint:typing

test:
runs-on: ubuntu-latest
Expand All @@ -56,4 +56,4 @@ jobs:
pip install hatch-vcs
pip install hatch-fancy-pypi-readme
- name: Test
run: hatch -vvv run cov-test
run: hatch run cov-test

0 comments on commit 2211844

Please sign in to comment.