hifiberry / hifiberry-dsp

DSP toolkit
MIT License
138 stars 36 forks source link

Github CI actions failing #29

Closed ssalonen closed 3 years ago

ssalonen commented 3 years ago

I can see that github actions are failing.

Specifically, flake8 check fails with https://github.com/hifiberry/hifiberry-dsp/runs/1912147490?check_suite_focus=true#step:5:27 (undefined constant ZEROCONF_TYPE)

Is this remnant of zeroconf that was supposedly removed in https://github.com/hifiberry/hifiberry-dsp/commit/768afc51f5330a965f64bfaa880209ec8657968a#diff-a13c2daf6c34cd6530330c6d73a1349eb59a1f44466be15e4f6de84754d7ea45?

schalch-net commented 3 years ago

tried to fix that in #32

ssalonen commented 3 years ago

Seems to work! https://github.com/hifiberry/hifiberry-dsp/actions/runs/763297397

Closing!