File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,8 @@ jobs:
280280 COVERALLS_FLAG_NAME : wheel-${{ matrix.packagekey }}-${{matrix.blas_lib}}
281281 COVERALLS_PARALLEL : true
282282 working-directory : slycot-src
283- run : coveralls
283+ # https://github.com/TheKevJames/coveralls-python/issues/252
284+ run : coveralls --service=github
284285
285286 test-conda :
286287 name : Test conda ${{ matrix.packagekey }}, ${{matrix.blas_lib}} BLAS lib ${{ matrix.failok }}
@@ -354,7 +355,8 @@ jobs:
354355 COVERALLS_FLAG_NAME : conda-${{ matrix.packagekey }}-${{matrix.blas_lib}}
355356 COVERALLS_PARALLEL : true
356357 working-directory : slycot-src
357- run : coveralls
358+ # https://github.com/TheKevJames/coveralls-python/issues/252
359+ run : coveralls --service=github
358360
359361 coveralls-final :
360362 name : Finalize parallel coveralls
You can’t perform that action at this time.
0 commit comments