We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10d6c0 commit 261ee61Copy full SHA for 261ee61
1 file changed
.github/workflows/build-test-package-publish.yml
@@ -46,6 +46,8 @@ jobs:
46
47
- name: Install Hatch
48
uses: pypa/hatch@install
49
+ with:
50
+ version: 1.15.1
51
52
- name: Test Python Packages
53
uses: nick-fields/retry@v3
@@ -109,6 +111,8 @@ jobs:
109
111
110
112
113
114
115
116
117
- name: Setup Java
118
uses: actions/setup-java@v4
@@ -168,7 +172,8 @@ jobs:
168
172
169
173
170
174
171
-
175
176
177
- name: Setup Node.js environment
178
uses: actions/setup-node@v4
179
with:
@@ -258,6 +263,8 @@ jobs:
258
263
259
264
260
265
266
267
261
268
262
269
270
0 commit comments