1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2024-06-02 06:34:41 +02:00
This commit is contained in:
Christian Nicolai 2021-05-21 14:40:00 +02:00 committed by GitHub
parent 9fb0dadaab
commit 58564c1154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
pip install poetry
pip install 'poetry>=1.1.0,<1.2.0'
- name: Install dependencies
run: |
poetry install