tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
987 stars 223 forks source link

create CI testing scripts #271

Open blshkv opened 7 months ago

blshkv commented 7 months ago

https://github.com/tkrajina/gpxpy/commit/cad36d545f867aa1a219104b4b11c8ac10250e77 https://github.com/doronz88/pymobiledevice3/commit/01dba1c965f3982f4d59d3bfe1f253a7928cb8f7 https://github.com/tkrajina/gpxpy/pull/226

As @doronz88 explained, there are multiple things which could go wrong and it did happen in the past. Kindly consider developing CI testing to avoid such bugs in future.

kschweiger commented 5 months ago

I would be happy to setup the necessary workflow using GitHub Actions if @tkrajina does not want to use some other tool.