mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Fix typo
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user