From 2b4f850fb36422d0dae1cee5d53a5d9202ecabec Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 13 May 2024 05:51:09 -0400 Subject: [PATCH] Add python3-scrypt as apt dependency --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec98f3c..9a4f2ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: rustup default stable sudo apt-get update # Electrum dependencies - sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography + sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography python3-scrypt - name: Pip cache uses: actions/cache@v2