URI: 
       ttests: Install pyzmq again. - obelisk - Electrum server using libbitcoin as its backend
  HTML git clone https://git.parazyd.org/obelisk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f78a1145bcf900e25178a49314fef0147ddc65c0
   DIR parent 0468e170d422f958f802c633b210ef0d591d385e
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 13 Apr 2021 00:13:36 +0200
       
       ttests: Install pyzmq again.
       
       Diffstat:
         M .github/workflows/py.yaml           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml
       t@@ -18,6 +18,7 @@ jobs:
                - name: Install dependencies
                  run: |
                    python -m pip install --upgrade pip
       +            pip install pyzmq
                    pip install -e .
                - name: Run tests
                  run: |