Skip to content

Commit ea00787

Browse files
committed
changed python version to 3.14 for coverall
1 parent 5effcfe commit ea00787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
run: |
4343
coverage run -m pytest --disable-warnings -p no:warnings test
4444
- name: Coveralls
45-
if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, 3.9)
46-
uses: AndreMiras/coveralls-python-action@develop
45+
if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, '3.14')
46+
uses: coverallsapp/github-action@v2
4747
with:
4848
parallel: true
4949
flag-name: Unit Test

0 commit comments

Comments
 (0)