Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Simona-G committed Jul 3, 2023
1 parent 3be6084 commit f772dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
#apt update
apt-get update -y
apt-get install -y postgresql-client
apt-get install -y python3-dev libxml2-dev libxslt1-dev zlib1g-dev
apt-get install -y python3-dev libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev
# CkAN dependencies
pip install -r requirement-setuptools.txt
Expand Down

0 comments on commit f772dc2

Please sign in to comment.