Skip to content

Commit 7dfbc8e

Browse files
committed
build: correct code-quality job
1 parent cbae0c5 commit 7dfbc8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
with:
9292
python-version: "3.8"
9393

94+
- name: Ensure latest pip is installed
95+
run: python -m pip install --upgrade pip
96+
97+
- name: Ensure latest hatch is installed
98+
run: python -m pip install --upgrade hatch
99+
94100
- run: hatch run lint:style
95101
if: always()
96102

0 commit comments

Comments
 (0)