Skip to content

Commit 261ee61

Browse files
committed
build: pin hatch version in github workflow
1 parent d10d6c0 commit 261ee61

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Install Hatch
4848
uses: pypa/hatch@install
49+
with:
50+
version: 1.15.1
4951

5052
- name: Test Python Packages
5153
uses: nick-fields/retry@v3
@@ -109,6 +111,8 @@ jobs:
109111

110112
- name: Install Hatch
111113
uses: pypa/hatch@install
114+
with:
115+
version: 1.15.1
112116

113117
- name: Setup Java
114118
uses: actions/setup-java@v4
@@ -168,7 +172,8 @@ jobs:
168172

169173
- name: Install Hatch
170174
uses: pypa/hatch@install
171-
175+
with:
176+
version: 1.15.1
172177
- name: Setup Node.js environment
173178
uses: actions/setup-node@v4
174179
with:
@@ -258,6 +263,8 @@ jobs:
258263

259264
- name: Install Hatch
260265
uses: pypa/hatch@install
266+
with:
267+
version: 1.15.1
261268

262269
- name: Setup Java
263270
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)