firefly-cpp / AST-Monitor

AST-Monitor is a wearable Raspberry Pi computer for cyclists
MIT License
7 stars 6 forks source link

Update workflow #63

Closed KukovecRok closed 11 months ago

KukovecRok commented 11 months ago

Regarding issue tcx2gpx problem #61 , Changed python version to 3.10, cannot seem to find any other problem, locally tests run on win and linux.

Run pytest ============================= test session starts ============================== platform linux -- Python 3.10.13, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/runner/work/AST-Monitor/AST-Monitor collected 12 items

tests/test_sport_activities_features.py ... [ 25%] tests/test_tcxreader.py ......... [100%]

============================== 12 passed in 6.88s ==============================

firefly-cpp commented 11 months ago

Thanks, @KukovecRok