Skip to content

Commit

Permalink
use selfhosted py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ca333 authored May 11, 2021
1 parent de7fbca commit 0fd32c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/komodo_linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
libcurl4-openssl-dev \
libssl-dev -y
python3 -m pip install setuptools wheel
python3 -m pip install slick-bitcoinrpc pytest wget jsonschema
python3 -m pip install pytest wget jsonschema
python3 -m pip install -Iv https://github.com/KomodoPlatform/slick-bitcoinrpc/archive/refs/tags/0.1.4.tar.gz
- name: Download komodo-linux.tar.gz
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 0fd32c3

Please sign in to comment.