OpenCyphal / pydsdl

Cyphal DSDL processing front end implemented in Python
https://opencyphal.org
MIT License
10 stars 9 forks source link

Added GH Actions workflow to replaced AppVeyor script #98

Closed clyde-johnston closed 1 year ago

clyde-johnston commented 1 year ago

This PR addresses issue #87 to move the AppVeyor script to GH Actions.

Issue: The _unittest_common_usage_errors test fails on the Windows 2019 runner. It appears to be a problem with the test. Logs can be found here. The runner has been commented out of the workflow file until this is resolved.

pavel-kirienko commented 1 year ago

Same issue here, see PyCyphal

clyde-johnston commented 1 year ago

The workflow file has been standardised with the other projects and the matrix has been expanded to include all version of Python on MacOS. The Windows job still fails with a path error.