|
50 | 50 | if: matrix.target == 'x86_64' |
51 | 51 | run: | |
52 | 52 | pip install uuid_utils --no-index --find-links dist --force-reinstall |
53 | | - pip install pytest |
| 53 | + pip install pytest pytest-codspeed |
54 | 54 | pytest -v . |
55 | 55 | - name: Upload wheels |
56 | 56 | uses: actions/upload-artifact@v4 |
|
86 | 86 | install: | |
87 | 87 | apt-get update |
88 | 88 | apt-get install -y --no-install-recommends python3 python3-pip |
89 | | - pip3 install -U pip pytest |
| 89 | + pip install pytest |
90 | 90 | run: | |
91 | | - pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall |
| 91 | + pip install uuid_utils --no-index --find-links dist/ --force-reinstall |
92 | 92 | pytest -v . |
93 | 93 | - name: Upload wheels |
94 | 94 | uses: actions/upload-artifact@v4 |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | - name: Install and test uuid_utils |
197 | 197 | run: | |
198 | 198 | pip install uuid_utils --no-index --find-links dist --force-reinstall |
199 | | - pip install pytest |
| 199 | + pip install pytest pytest-codspeed |
200 | 200 | pytest -v . |
201 | 201 | - name: Upload wheels |
202 | 202 | uses: actions/upload-artifact@v4 |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | - name: Install and test uuid_utils |
233 | 233 | run: | |
234 | 234 | pip install uuid_utils --no-index --find-links dist --force-reinstall |
235 | | - pip install pytest |
| 235 | + pip install pytest pytest-codspeed |
236 | 236 | pytest -v . |
237 | 237 | - name: Upload wheels |
238 | 238 | uses: actions/upload-artifact@v4 |
@@ -260,7 +260,17 @@ jobs: |
260 | 260 | name: Release |
261 | 261 | runs-on: ubuntu-latest |
262 | 262 | if: "startsWith(github.ref, 'refs/tags/')" |
263 | | - needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist] |
| 263 | + needs: |
| 264 | + [ |
| 265 | + lint, |
| 266 | + linux, |
| 267 | + linux-cross, |
| 268 | + musllinux, |
| 269 | + musllinux-cross, |
| 270 | + windows, |
| 271 | + macos, |
| 272 | + sdist, |
| 273 | + ] |
264 | 274 | steps: |
265 | 275 | - uses: actions/download-artifact@v4.1.8 |
266 | 276 | with: |
|
0 commit comments