cmcginty / PyWeather

Bindings for Davis Vantage Pro and Pro2 weather stations, upload of weather data (e.g. wunderground.com, pwsweather.com), and meteorological calculation/conversion functions.
GNU General Public License v3.0
60 stars 34 forks source link

added github actions for testing and publishing PyPi package #8

Closed saveriogzz closed 3 years ago

saveriogzz commented 3 years ago

Hi! I have created this github actions to help in the test and release of packages in the future. However, the test.yaml fails because of an ImportError with pytest! Would you know how to solve it? Thanks!