|  | 
| 49 | 49 |         with: | 
| 50 | 50 |           python-version: ${{ matrix.python-version }} | 
| 51 | 51 | 
 | 
| 52 |  | -      - name: Ensure latest hatch is installed | 
| 53 |  | -        run: pipx install hatch | 
|  | 52 | +      - name: Install Hatch | 
|  | 53 | +        uses: pypa/hatch@install | 
| 54 | 54 | 
 | 
| 55 | 55 |       - name: Test Python Packages | 
| 56 | 56 |         uses: nick-fields/retry@v3 | 
| @@ -111,8 +111,8 @@ jobs: | 
| 111 | 111 |         with: | 
| 112 | 112 |           python-version: "3.8" | 
| 113 | 113 | 
 | 
| 114 |  | -      - name: Ensure latest hatch is installed | 
| 115 |  | -        run: pipx install hatch | 
|  | 114 | +      - name: Install Hatch | 
|  | 115 | +        uses: pypa/hatch@install | 
| 116 | 116 | 
 | 
| 117 | 117 |       - name: Gradle Wrapper Validation | 
| 118 | 118 |         uses: gradle/actions/wrapper-validation@v4 | 
| @@ -166,8 +166,8 @@ jobs: | 
| 166 | 166 |         with: | 
| 167 | 167 |           python-version: "3.8" | 
| 168 | 168 | 
 | 
| 169 |  | -      - name: Ensure latest hatch is installed | 
| 170 |  | -        run: pipx install hatch | 
|  | 169 | +      - name: Install Hatch | 
|  | 170 | +        uses: pypa/hatch@install | 
| 171 | 171 | 
 | 
| 172 | 172 |       - name: Setup Node.js environment | 
| 173 | 173 |         uses: actions/setup-node@v4 | 
| @@ -255,8 +255,8 @@ jobs: | 
| 255 | 255 |         with: | 
| 256 | 256 |           python-version: "3.8" | 
| 257 | 257 | 
 | 
| 258 |  | -      - name: Ensure latest hatch is installed | 
| 259 |  | -        run: pipx install hatch | 
|  | 258 | +      - name: Install Hatch | 
|  | 259 | +        uses: pypa/hatch@install | 
| 260 | 260 | 
 | 
| 261 | 261 |       - name: Setup Node.js environment | 
| 262 | 262 |         uses: actions/setup-node@v4 | 
|  | 
0 commit comments