Skip to content

Commit

Permalink
fix: update test workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-techops committed Jan 6, 2025
1 parent a1f5727 commit a029da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install packages
run: |
sudo apt-get update
sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev
sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev docker-compose
pip install $(cat requirements.txt $(find lib -name requirements.txt | sort) | sort | uniq | sed 's/ *== */==/g')
pip install -r requirements-dev.txt
Expand Down

0 comments on commit a029da3

Please sign in to comment.