zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Reduce duplication and redundancy in CI setup scripts #260

Closed eskaur closed 5 months ago

eskaur commented 5 months ago

The old CI scripts for Linux had the following two problems:

This commit does a refactoring that addresses both of these issues. The result is a faster CI pipeline (less unnecessary setup), and a workflow file that more precisely describes what a job needs and does.