1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2024-06-02 06:34:41 +02:00

ci: upgrade to Poetry 1.1

This commit is contained in:
cn 2021-05-21 13:59:35 +02:00
parent 67f20e3df3
commit 9fb0dadaab

View File

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