Skip to content

Commit ded92be

Browse files
Fixup for CI regarding duplicate python3.11 test results. (- Fixes #38 -)
1 parent 56874d1 commit ded92be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ jobs:
319319
verbose: true
320320
fail_ci_if_error: false
321321
- name: Upload Python ${{ matrix.python-version }} Artifact
322+
if: ${{ runner.python-version }} != "3.11"
322323
uses: actions/upload-artifact@v4
323324
with:
324325
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)