AgPipeline / issues-and-projects

Repository for issues and projects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Fix broken GitHub actions #565

Closed Chris-Schnaufer closed 2 years ago

Chris-Schnaufer commented 2 years ago

Task to do Fix broken GitHub actions

Reason Over the weekend two repos reported failed actions

Result The actions are working again

Additional Info The failure is with the cv2 library.

Impacted repositories are:

Chris-Schnaufer commented 2 years ago

The use of import cv2 doesn't work for Pylint anymore. Replaced with import cv2 from cv2 in. affected Python files