Skip to content

Commit

Permalink
hopefully fixed failing syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Ramer committed Dec 7, 2024
1 parent 671e5da commit 7f8a857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install hatch
- name: Test with pytest
run: |
hatch test -a -c
- name: Lint and format check
run: |
# stop the build if there are Python syntax errors or undefined names
hatch env run -e style syntax
- name: Test with pytest
run: |
hatch test -a -c
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies = ["coverage[toml]",
"pytest",
"pytest-cov"]

[tool.hatch.envs.check]
[tool.hatch.envs.style]
skip-install = true
dependencies = [
"flake8",
Expand Down

0 comments on commit 7f8a857

Please sign in to comment.