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 4e420a4 commit 36861ffCopy full SHA for 36861ff
1 file changed
.github/workflows/unittest.yml
@@ -267,6 +267,7 @@ jobs:
267
unittest-runtime-result:
268
name: "unit (${{ matrix.python }})"
269
needs: unit
270
+ if: always()
271
strategy:
272
matrix:
273
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
0 commit comments