ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
35 stars 2 forks source link

Add Internet Connectivity Check #129

Closed ebb-earl-co closed 3 months ago

ebb-earl-co commented 3 months ago

As well as adding a simple socket.create_connection()-based utility at the beginning of tidal-wave execution, this pull request brings in a bit of a cleanup of GitHub Actions workflows:

  1. pyapp-macos_arm64.yml had a duplicated Test just-compiled binary action
  2. pyapp-windows.yml continues to complain about file paths, not being able to find the artifact once it has been renamed; ${{ github.workspace }} on Windows is something strange like D:\a:\... so the attempts continue to get around this
ebb-earl-co commented 3 months ago

This... was a complicated mess to untangle