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
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!
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 anImportError
with pytest! Would you know how to solve it? Thanks!