obelisk

Electrum server using libbitcoin as its backend
git clone https://git.parazyd.org/obelisk
Log | Files | Refs | README | LICENSE

commit 0468e170d422f958f802c633b210ef0d591d385e
parent 196f5385fc3b2cac9becf634c06c4d0fe927fcfb
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 13 Apr 2021 00:12:28 +0200

tests: Try installing with pip

Diffstat:
M.github/workflows/py.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml @@ -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