ttests: Try installing with pip - 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 0468e170d422f958f802c633b210ef0d591d385e DIR parent 196f5385fc3b2cac9becf634c06c4d0fe927fcfb HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 13 Apr 2021 00:12:28 +0200 ttests: Try installing with pip Diffstat: M .github/workflows/py.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml t@@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pyzmq + pip install -e . - name: Run tests run: | python ./tests/test.py