mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Update CI to use new maintained poetry action
This commit is contained in:
committed by
Guillaume Gardey
parent
fe5d7aa402
commit
f55743f63c
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@@ -24,10 +24,10 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Poetry
|
||||
uses: dschep/install-poetry-action@v1.3
|
||||
uses: snok/install-poetry@v1.1.1
|
||||
with:
|
||||
# Version of Poetry to use
|
||||
version: 1.0.10
|
||||
version: 1.1.4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
Reference in New Issue
Block a user