mirror of
https://github.com/cmur2/python-bme280.git
synced 2025-04-02 17:34:09 +02:00
ci: use latest Poetry
This commit is contained in:
parent
108c11aeb0
commit
36050ae49b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
pip install 'poetry>=1.1.0,<1.2.0'
|
curl -sSL "https://install.python-poetry.org" | python3 -
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
poetry install
|
poetry install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user