mirror of
https://github.com/laurentS/slowapi.git
synced 2026-02-04 03:43:34 +08:00
Manually install build dependencies for requests in python 3.9
This commit is contained in:
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user