Skip to content

Commit c11fc3f

Browse files
authored
Change installation method for hatch in lint.yml
1 parent 3f7821a commit c11fc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.11'
2020
- name: Install hatch
2121
run: |
22-
pipx install hatch
22+
pip install hatch
2323
2424
- name: Check code style
2525
run: hatch run style:code

0 commit comments

Comments
 (0)