Manually install build dependencies for requests in python 3.9

This commit is contained in:
Laurent Savaete
2021-08-28 15:47:43 +01:00
parent b1476e61b5
commit ae66e36c0e

View File

@@ -23,6 +23,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install build dependencies for requests in python 3.9
# it's not clear why this is needed only for this version of python
run: sudo apt-install libxml2-dev libxslt-dev
- name: Install Poetry
uses: snok/install-poetry@v1.1.8
with: