Skip to content

Commit

Permalink
Update test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Oct 22, 2024
1 parent 1f12185 commit a0e302f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: "Install dependencies"
if: steps.cache.outputs.cache-hit != 'true'
run: "pip install hatch"
- name: "Run linting checks"
run: "hatch run lint"
#- name: "Run linting checks"
# run: "hatch run lint"
- name: "Run mypy"
run: "hatch run test:check_types"
- name: "Run tests"
Expand Down

0 comments on commit a0e302f

Please sign in to comment.