Include libffi-dev for testing

This commit is contained in:
Gavin M. Roy 2020-06-02 11:34:11 -04:00
parent b64a2ee204
commit 9c448c11e3

View file

@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v1
- name: Install OS dependencies
run: apk --update add gcc make musl-dev linux-headers postgresql-dev
run: apk --update add gcc libffi-dev linux-headers make musl-dev postgresql-dev
- name: Install testing dependencies
run: pip3 --no-cache-dir install -e '.[testing]'