Skip to content

Commit e115972

Browse files
Fixup for PR #60 to no-longer run python3.11 coverage twice in github CI (- Fixes #61 -)
1 parent 2abeec2 commit e115972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
strategy:
264264
matrix:
265265
os: [ubuntu-latest, macos-13, windows-latest]
266-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
266+
python-version: [3.7, 3.8, 3.9, "3.10"]
267267
env:
268268
OS: ${{ matrix.os }}
269269
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -319,7 +319,6 @@ 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"
323322
uses: actions/upload-artifact@v4
324323
with:
325324
name: Test-Report-${{ matrix.os }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)