TDAmeritrade / stumpy

STUMPY is a powerful and scalable Python library for modern time series analysis

Home Page:https://stumpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors and Warnings in GitHub Actions Annotations (macos-latest)

NimaSarajpoor opened this issue · comments

Even when tests are fully passing, I can see some errors and warnings in the "Annotations" section of Actions.

In unit testing, for macos-latest, python 3.8, I can see the following messages:

[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip

I can also see some warning regarding code coverage with "macos-latest":

Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1

@NimaSarajpoor I'm not too concerned with either of these warnings/errors

Sure, we could add an extra run to the workflow to update pip. That's fine.

As for the codecov, with tests passing and other other non-macos platforms being able to upload their results, I'm okay with it. From what I've researched, codecov has some kinks that they are still trying to iron out. I'm gonna wait for other people to figure it out first and then we can update it when uploading fails for all platforms.