This commit is contained in:
Laurent Savaete
2021-08-28 15:49:11 +01:00
parent ae66e36c0e
commit a9b0bfaeaf

View File

@@ -25,7 +25,7 @@ jobs:
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
run: sudo apt-get install libxml2-dev libxslt-dev
- name: Install Poetry
uses: snok/install-poetry@v1.1.8
with: