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 56874d1 commit ded92beCopy full SHA for ded92be
.github/workflows/Tests.yml
@@ -319,6 +319,7 @@ jobs:
319
verbose: true
320
fail_ci_if_error: false
321
- name: Upload Python ${{ matrix.python-version }} Artifact
322
+ if: ${{ runner.python-version }} != "3.11"
323
uses: actions/upload-artifact@v4
324
with:
325
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
0 commit comments