mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-21 16:54:22 +01:00
ci: upgrade to Poetry 1.1
This commit is contained in:
parent
67f20e3df3
commit
95bd1a854e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
pip install poetry==1.0.10
|
||||
pip install 'poetry>=1.1.0,<1.2.0'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
Loading…
Reference in New Issue
Block a user